h1 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 24px;
}
p {
  font-size: 18px;
  margin-bottom: 24px;
}
.btn {
  margin: 10px;
  background-color: #444;
  color: #fff;
}
.btn:hover {
  background-color: #44444444;
}
