.button-1 {
  background: none;
  border: none;
  color: #00bedf;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.button-2 {
  background: #888888;
  border: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 3px;
}

.button-3 {
  background: #00bedf;
  border: 15px;
  color: #ffffff;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
  width: 300px;
  font-family: 'Manrope';
}

