* { padding: 0; margin: 0; }
@font-face { font-family: 'isocpeur';
             src: url('isocpeur.ttf') format('truetype'); }
@font-face { font-family: 'CopyvlN';
             src: url('CopyvlN.ttf') format('truetype'); }

#container {
    width: 100%;
    margin: auto;
}
body{
    background-image: url("dark_wood.png");
}
header {
    background-color: #333333;
   
    margin:auto;
    top:0;
    left:0;
    width: 50%;
         position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
}

article,footer{
    opacity:0.8;
}
#Countdown {
    
    font-family: isocpeur;
    font-size: 50px;
    color:whitesmoke;
    text-shadow: whitesmoke 0.1em 0.1em 0.4em;

    margin:auto;
    width: 50%;
    text-align: center;
     position: absolute;
    left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
}
/*
nav {
    z-index:3;
}

#link1,#link2,#link3,#link4,#link5{
    text-decoration: none;
    line-height: 50px;
    font-family: isocpeur;
    font-size: 23px;
    color:whitesmoke;
    text-shadow: whitesmoke 0.1em 0.1em 0.4em;
}


#banner {
    
    
    margin-top: 20px;
    text-align: center;
    
    font-family: isocpeur;
    font-size: 27px;
    color:#374140;
    text-shadow: black 0.1em 0.1em 0.4em;
    
}


a {
    text-shadow: black 0.1em 0.1em 0.3em;
    font-family: isocpeur;
    font-size: 25px;
}




#article {
    position:absolute;
    min-height: 80%;
    top:90px;
    left:12%;
    box-shadow: 10px 10px 5px #888888;
    background-color:black;
    opacity:0;



}

h2 {
    margin-top: 60px;
    font-family: isocpeur;
    font-weight: bold;
    font-size: 80px;
    padding: 20px;

}

p {
    padding-top:10px;
    
    padding-left:50px;
    font-family: isocpeur;
    font-size: 50px;
    color:whitesmoke;
    text-shadow: whitesmoke 0.1em 0.1em 0.4em;

}
*/

footer {
    background-color: #333333;
    width: 100%;
    bottom: 0px;
    opacity: 1;
    z-index:1000000000;
    clear: both;
    position: relative;
    height: 200px;
    margin-top: -200px;
}

#footercopy {
    font-family: isocpeur;
    color:whitesmoke;
    margin-left: 90%;
    
}
