h1 {
  font-size: 45px;
}

nav a,
footer div a {
  margin: 0px 5px;
}

footer {
  margin-top: 40px;
  text-align: center;
}

body {
  font-family: Garamond, serif;
  margin: auto;
  padding: 18px;
  max-width: 700px;
  font-size: 18px;
  text-align: left;
  background-color: white;
  position: relative;
}

#dark-button {
  top: 20px;
  right: 20px;
  position: absolute;
}

.dark {
  color: #f9f9f9;
  background-color: #222;
}

img,
video {
  max-width: 600px;
  border: 2px solid #eba613;
}
