* {
  font-family: 'Garamond', 'EB Garamond', sans-serif;
}
header {
  margin-top: 20%;
  text-align: center;
  font-size: 50pt;
}
h1 {
  font-weight: 400;
}

#nav {
  color: black;
  font-size: 20pt;
  text-align: center;
}

a {
  color: black;
  text-align: center;
}

@media (max-width: 600px) { 
header {
  margin-top: 40%;
  font-size: 30pt;
  text-align: center;
}
#nav {
  color: black;
  font-size: 20pt;
  text-align: center;
}
}
