html{
    
    margin: 0px;
    padding: 0px;

}

body{
    
    margin: 0;
    padding: 0;
    background-image: url(../images/backimage.jpg);
    height: 150%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    }

    header{
    background-color: rgb(114, 214, 48);
    padding: 10px;
    border-bottom: solid white;
    width: 1345px;
    
}
.log{
    float: right;
    margin: -20px 0px 0px 0px;

}

ol li{
    display: inline;
    
}
ol li a{
    float: left;
    padding: 8px;
    color: grey;
}
nav a{
    text-decoration: none;
    font-size: 14pt;
    margin-right: 8pt;
    cursor: pointer;
    
}
strong a{
    font-size: 25pt;
    margin-right: 40px
}
nav a:link,nav a:visited{
    color:green;
}
nav a:hover,nav a:active{
   color: rgb(4, 32, 4);
}
h1{ 
    text-align: center;
    font-size: 20pt;
    font-family: cursive;
    text-shadow: 4px 4px 3px rgb(119, 129, 62);;
    z-index: 1;
    margin-top: 20px;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: rgb(112, 105, 9);
    color: rgb(240, 247, 240);
    padding: 20px;
    
}
aside{
    float: right;
    margin-top: 240px;
    margin-right: 30px;
    margin-bottom: 40px;
    background-color: rgb(36, 196, 36);
    color: white;
    padding: 13px;
    border:  double  white;
    padding-top: 10px;
    
}
em{
    font-weight: bolder;
}
.instructions{
    color: rgb(44, 90, 14);
    text-align: left;
    width: 600pt;
    margin-left: 50px;
    margin-top: 200px;
    margin-bottom: 20px;
    font-size: 13pt;
    
}
h3{
    font-size: 20pt;
}
img{
    z-index: -100;
    width: 300px;
    height: 220px;
    position: absolute;
    border: double white;
    right: 520px;
    top: 170px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    }
footer{
    background-color: green;
    z-index: 300;
    width: 1345px;
    position: absolute;
    left: 0px;
    border-top: double rgb(199, 189, 189);
    padding: 10px;
    column-count: 3;
    
}
.cop{
   margin-left: 10px;
   color: white;
}
footer a{
    text-align: center;
    text-decoration: none;
    color: white  ;
    margin-right: 15px;
   

}
footer a:hover{
    color: yellow;
    font-size: 15pt;
}
.face{
    position: absolute;
    right: 50px;
    bottom: 10px;
    
}
.face a{
    border-right: solid #FFFFFF;
    padding-right: 20px;
}