@font-face {
    font-family: 'AdventPro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("AdventPro-SemiBold.ttf") format('truetype');
}

html, body {
    margin: 0;
    background: black;
    position: relative;
}

.background {
    display: block;
    width: 100vw;
    height: 100vh;
    background: #000 url("background.jpg") center center no-repeat;
    opacity: 0.5;
}

.coming_soon {
    position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
    color: #fff;
    font-size: 80px;
    font-family: 'AdventPro', cursive;
}

.credits {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.credits a, .credits a:visited {
    color: #8c8b8b;
}