.body {
    margin: 0;
}

.container {
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    height: -moz-fill-available;
}

.logo {
    position: absolute;
    top: 50vh;
    left: 50vw;
    width: 75vw;
    height: 50vh;
    background-image: url('/img/whitely.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
}