@import url(https://fonts.cdnfonts.com/css/d-day-stencil);

html {
    height: 100vh;
    width: 100vw;
    /*background-image: linear-gradient(
        to top, transparent, #111
    ), url(EFT-Wallpaper-3-scaled.jpg);
    */
    background-image: url(EFT-Wallpaper-3-scaled.jpg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center;
    background-color: #0F0B0A;
    /*background-color: #100909;*/
}
#native {
    color: #99936b;
    text-align:center;
    font-size: 4em;
    font-family: 'Black Ops One', cursive;
    font-weight: bolder;
    margin-top:-1vh;
    margin-bottom:-2vh;

}
#banner {
    background-image: url(escape_from_tarkov_PNG17.png);
    background-size: contain;
    margin-top:-5vh;
    background-repeat: no-repeat;
    background-position: center;
    height:23vh;

}
#timer {
    margin-top: 5;
    margin-left:2vh;
    font-family: 'D Day Stencil', sans-serif;
    font-size:2em;
    text-transform: uppercase;
    color: #ededed;
}
#planned {
    margin-top:0vh;
    margin-left:2vh;
    text-align: left;
    color: #e0e0e0;
    font-size: 2em;
    font-family: 'Black Ops One', cursive;
}
#proof {
    color: $e0e0e0;
    font-size: 2em;
    font-family: 'Black Ops One', cursive;
    margin-left: 2vh;
    text-decoration:none;
    
}
a:link {
    text-decoration:none;
    color: #99936b;
}
a:visited {
    text-decoration:none;
    color: #99936b;
}
a:hover {
    text-decoration:none;
    color: #99936b;
}
a:active {
    text-decoration:none;
    color: #99936b;
}

