body {
     background-color: white;
     color: black;
     margin-left:8%;
     margin-right:10%;
     margin-top:2%;
     font-family:'Century Gothic','Trebuchet MS',sans-serif;
        }
        
a {
    color:#262626;
    text-decoration:underline;
}
a:hover {
    color:#262626;
    text-decoration:none;
}

img {
 padding:2px;
 border:#33ff33;
 margin:10px;
}

