@charset "UTF-8";

.top-wrapper {
  color: white;
  text-align: center;
  margin-top: 0;
}

.top-wrapper h1 {
  opacity: 0.7;
  font-size:45px;
  letter-spacing: 5px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 900;
  margin-top: 0;
  line-height: 121px;
}

.top-wrapper p {
  opacity: 0.7;
}

.btn-wrapper {
  margin: 20px 0;
}

.signup {
  background-color: #3b5998;
}

.btn {
  padding: 5px 30px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 36px;
  letter-spacing: 5px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 900;
  font-size: 20px;

}

.btn:hover {
  opacity: 1;
}
