@font-face {
    font-family: 'Monocraft';
    src: url('monocraft/monocraft-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

* {
    font-family: "Monocraft";
    color: #E2DFD2;
}

.center {
    display: flex-inline;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#bg {
    filter: brightness(0.2);
    display: flex;
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow:hidden;
    z-index: -1;
}
#bg img {
    height: 100vh;
    object-fit: contain;
    justify-content: center;
}
#title {
    padding-top: 30vh;
}
#playnowbuttons img {
    height: 80px;
}

#playnowbuttons a {
    display: inline-block;
    /* Makes the links behave like block elements for sizing */
    margin: 5px;
    /* Adds some spacing around the buttons */
}