h1 {color:floralwhite; font-family: "Helvetica"; font-size: 25px;}
h2 {color: deeppink;}
body {font-family: "Helvetica", sans-serif; font-size: 15px;background-color:hsla(200,100%,40%,0.2)}
a:link { color: hotpink; }
a:visited {color:hotpink;  }
a:hover {color: grey;  }
a:active {color:deepskyblue;  }
#top {
    background-color: lightpink; 
    text-align: center; 
    border-radius: 10px; 
    padding: 0.01px;
    margin: 1px;
}
#content {
    text-align: left; 
    border-radius: 10px; 
    padding: 20px;
    margin: 2px;
    width: 545px;
    margin-left: auto;
    margin-right: auto;
}
#bottom { 
    text-align: left;
    padding: 0.02px;
    margin: 2px;
    margin-left: 100px;
}
#image {
    text-align: center; 
    border-radius: 10px; 
    padding: 0.002px;
    margin: 2px;
}
#nav {
    text-align: center;
    margin-top: 5px;
}
#nav a { 
    text-decoration: none;
    background-color: white;
    border-radius: 10px;
    padding: 2px 5px;
}
#container { 
    width: 790px;
    margin-left: auto;
    margin-right: auto;

}