body {
  font-family: 'Lato', sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
  text-align: center;
}

h2 {
  font-size: 24px;
}

p {
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0080ff;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.button a {
  color: white;
}

.button:hover {
  background-color: #0059b3;
}

a {
  color: #0080ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.dump {
    font-size: 0.75em;
    color: #888888;
}
