html, body {margin: 0; height: 100%; overflow: hidden}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.frame {
    position: absolute;
    inset: 32px;
    border: 4px solid rgba(73, 0, 148, 0.14);
    border-radius: 5px;
    pointer-events: none;
}

.logo {
    display: block;
    margin: 0;
    width: 32%;
    height: auto;
}
