body {
  background-image: url("/img/spatula-v1-pattern.png");
  background-repeat: repeat;
  background-size: 100px;
  font-size: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neucha", cursive;
  color: #dd5b45;
}

.main {
  text-align: center;
  margin-top: 0;
}
.main h1 {
  font-size: 6rem;
}
.links {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.links .button {
  background-color: #f3e1d5;
  font-size: 1.5rem;
  padding: 0 1em;
}
.links .button i {
  margin-right: 0.5em;
}

.description {
  background-color: #f3e1d5;
  border-radius: 0.25em;
  padding: 1.25em;
}

.p404 {
  margin-top: 10%;
  text-align: center;
}
.p404 h1 {
  font-size: 7rem;
}
