content {
color: teal;
font-size: 20px;
text-align: center;
font-family: verdana;
position: absolute;
top: 200px;
left: 210px;
}

nav {
color: white;
background-color: teal;
font-family: verdana;
text-align: center;
position: absolute;
left: 14px;
top: 200px;
width: 185px;
}

a:link {color:pink;}
a:visited {color:pink;}
a:hover {color:pink;}
a:active {color:pink;}