h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 64px;
}

@media only screen and (max-width: 748px) {
  h1 {
    font-size: 26px;
  }
  .main {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 400px) {
  .button1 {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.main {
  padding-top: 150px;
  padding-bottom: 150px;
}

.main1 {
  margin-bottom: 40px;
}

.button1 {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  background-color: #31B831;
  border: none;
  color: white;
  padding: 15px 32px;
  font-size: 22px;
}
.buttons {
  text-align: center;
}

.logo {
  text-align: center;
  margin-bottom: 40px;
}
img {
  width: 60px;
}
