
body {
  font-family: "Protipo", sans-serif;
  font-weight: 400;
}

main {
  padding: 20px 0;
}
h1 {
  font-size: 32px;
  margin: 10px 0;
}
h2 {
  font-size: 28px;
  margin: 10px 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
}
.btn {
  background-color: #000;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.75rem;
}
