html, body {
    height: 100%;
}
body {
    margin: 0;
    background: #351166;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 10px;
}

img.weaccess-logo {
    width: 320px !important;
}

@media only screen and (max-width: 600px) {
    body {
        flex-direction: column;
    }
}