nav{
    align-content: center;
}

a {
  background-color: #990040;
  padding: 0.5px;
  text-align: center;
  font-size: 35px;
  color: orange;
}

html{
    background-color: cornflowerblue;
text-align:center;
}

.person {
    display:flex;
    flex-direction: row;
        flex-flow:wrap;
    justify-content: space-evenly;
    align-items: flex-start;
align-content: space-around;
}