body{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

/* Header */

body header{
  margin-left: -.7%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 10px 5px 5px gray;
  justify-content: center;
}

body nav li{
  display: flex;
  margin-top: 5%;
  justify-content: center;
}

body ul {
  margin: 0 5px 5px 5px;
  padding: 15px;
  border: lightseagreen 1px solid;
  border-radius: 4px;
  background-color: lightcyan;
  text-transform: uppercase;
  font-family: 'Architects Daughter', cursive;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

body a{
  text-decoration: none;
}

body a:visited{
  color: transparent;
}