body {
  font-family: "EB Garamond", serif;
  background-image: url("repeating.png");
  color: #222222;
}

#container {
  width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 860px) {
  #container {
    width: 500px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 0.8em;
  }
}

h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
}

p {
  font-size: 1.5em;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.hidden {
  visibility: hidden;
  display: none;
}

a {
  color: #0028d9;
  text-decoration: none;
}

a:hover {
  color: blue;
}
