body {
  text-align: center;
  color: rgb(83, 75, 75);
  background-color: rgb(233, 215, 207);
  margin: 50px;
}

h1 {
  font-family: "Oswald", sans-serif;
}

a {
  color: rgb(167, 1, 78);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
}
