body {
  background-color: #f2f2f1;
  color: #989898;
  font-family: sans-serif;
}

header img {
  height: 60px;
}

h1 {
  color: #831815;
  font-size: 2em;
  margin-top: 0;
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
}

button {
  background-color: #d31216;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background-color: #a90e12;
}
