@font-face {
    font-family: 'Bee One';
    src: url("fonts/bee one.eot.eot");
    src: url("fonts/bee one.eot?#iefix") format("embedded-opentype"),
         url("fonts/bee one.woff2") format("woff2"),
         url("fonts/bee one.woff") format("woff"),
         url("fonts/bee one.ttf") format("truetype");
}

@font-face {
    font-family: 'Eloquent JF Pro';
    src: url("fonts/Eloquent JF Pro.eot");
    src: url("fonts/Eloquent JF Pro.eot?#iefix") format("embedded-opentype"),
         url("fonts/Eloquent JF Pro.woff2") format("woff2"),
         url("fonts/Eloquent JF Pro.woff") format("woff"),
         url("fonts/Eloquent JF Pro.ttf") format("truetype");
}

@font-face {
    font-family: 'Metallophile Sp8';
    src: url("fonts/Metallophile Sp8.eot");
    src: url("fonts/Metallophile Sp8.eot?#iefix") format("embedded-opentype"),
         url("fonts/Metallophile Sp8.woff2") format("woff2"),
         url("fonts/Metallophile Sp8.woff") format("woff"),
         url("fonts/Metallophile Sp8.ttf") format("truetype");
}

* {
    color: white;
    margin: 0;
    padding: 0;
}

.title {
    font-family: 'Eloquent JF Pro';
    text-align: center;
    font-size: 4rem;
    font-weight: 100;
    background: #000000cc;
    padding: 20px;
}

@media (max-width: 900px) {
    .title {
        font-size: 3.5rem;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .title {
        margin-top: 4rem;
    }
}

.coming-soon {
    color: red;
    font-family: 'Metallophile Sp8';
    font-weight: 100;
    font-size: 1.6rem;
    background: #fff;
    padding: 5px;
}

@media (max-width: 900px) {
    .coming-soon {
        margin-top: 1rem;
    }
}

.credits {
    font-family: 'Bee One';
    font-weight: 100;
    font-size: 3rem;
    text-align: center;
}

.credits span {
    display: block;
    text-align: center;
}

.themes {
    font-family: 'Metallophile Sp8';
    font-weight: 100;
    font-size: 1.4rem;
}

body {
    margin: 0;
}

.background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-image: url("background.jpg");
    background-position: center;
    background-size: cover;
}

@media (max-width: 900px) and (orientation: landscape) {
    .background {
        background-size: 100%;
        background-position: initial;
    }
}
