.nav {
  border: 5px solid white;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* flex-start flex-end center space-between space-around space-evenly */
a {
  color: white;
  font-family: fjalla one;
}

img {
  border-style: solid;
  border-color: transparent;
  margin: 20px;
  width: 330px;
  height: auto;
}
