html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #020928;
    background-image: url("images/splash-background.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media screen and (max-width: 640px) {
    body {
        background-image: url("images/splash-background-web.webp");
        background-size: cover;
    }
}

h1 {
    display: none;
}

.splash-vrt {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    width: auto;
}

.splash-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 284px;
    max-width: calc(100% - 64px);
    height: auto;
}

.splash-revolut {
    position: fixed;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    width: auto;
}

@media screen and (max-width: 640px) {
    .splash-vrt {
        bottom: 36px;
    }

    .splash-revolut {
        bottom: 36px;
    }
}
