nav {
  background: #782f40;
  padding: 10px;
  text-align: center;
}

nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
}

nav a img {
  max-height: 70px;
}
