body {
  background-color: white;
  color: white;
  font-family: serif, verdana;
  font-size: 14px;
  padding: 0%;
  margin: 0%;
}

main{
  display: grid;
  place-items: center;
  min-height: 2vh;
}

#anchor{
  /*top: 180px;*/
  /*left: 970px;*/
  width: 820px;
}

#eyes, #eyes img{
  display: flex;
  position: relative;
  bottom: 244px;
  width: 61px;
  /*top: 175px; */
}

h1 {
    color: #ffc;
    background-color: #009;
}
  
strong {
  font-family: italic;
  text-transform: uppercase;
  }
  
em {
  text-transform: none;
  }
  
a:link {
    color: pink;
    text-decoration:none;
}

a:visited {
    color: fuchsia;
}

#navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}

#content {
    margin-left: 200px;
}

p{
  background-color: black;
  display: center;
}