body {
    background-image: url('../img/bg-blue.png'), url('../img/background.png');
    background-size: calc(100vw + 25px) calc(100vh + 25px), cover;
    background-repeat: no-repeat;
    background-position-x: right;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}


@media (max-width: 575.98px) { 
    body {
        background-position-x: -20px, right;
    }
}

.wrapper {
    width: 100vw;
    height: 100vh;
}

.title {
    font-weight: bold;
    font-size: 18px;
    color: white;
}
.text { 
    font-size: 16px;
    color: white;
    line-height: 30px;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.coming-soon {
    font-family: "Ballet", cursive;
    font-optical-sizing: auto;
    font-weight: 550;
    letter-spacing: 0.5rem;
    font-style: normal;
    color: white;
}

.fixed-bottom {
    /*position: fixed;
    bottom: 5vh;*/
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
    color:white
}