h1 {
  text-align: center;
  font-weight: bold;
  color: #fefefe;
  font-family: "Lexend";
  font-size: 56px;
}
h2 {
  margin-left: 12px;
  color: #fff;
  font-family: "Lexend";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.203px;
}

h3 {
  margin-left: 9px;
  font-family: "Lexend";
  font-weight: 300;
  font-style: normal;
  margin-left: 12px;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.203px;
}


p {
  text-align: center;
  color: #fefefe80;
  font-family: "Lexend";
  font-size: 20px;
}
div {
  text-align: center;
  margin: auto;
}

.logo {
  margin-left: 5%;
  width: 300px;
  height: 200px;
  vertical-align: middle;
  display: inline-block;
}
.mobileButton {
  display: none;
}
.inline-block-child {
  vertical-align: middle;
  display: inline-block;
}
.desktopImage {
  vertical-align: middle;
  display: inline-block;
}
.desktop {
  display: block;
}
.rectangle {
  margin: 0 auto;
  padding: 10px 16px;
  display: table;
  color: #fefefe;
  text-align: center;
  font-family: "Lexend";
  font-size: 20px;
  background-color: #ffffff16;
}
a {
  color: #c2c2c2;
  text-align: center;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 120px;
  margin-top: 81px;
}
.solid {
  margin-top: 74px;
  border-top: 3px solid #1f1e1e;
}
.btn-grad {
  display: none;
}
@media all and (max-width: 650px) {
  .logo {
    height: 140px;
    width: 200px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0px;
  }
  .desktop {
    display: none;
  }
  h1 {
    text-align: center;
    font-weight: bold;
    color: #fefefe;
    font-family: "Lexend";
    font-size: 32px;
  }
  h2 {
    margin-left: 12px;
    color: #fff;
    font-family: "Lexend";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.203px;
  }
  h3 {
    margin-left: 9px;
    color: #fff;
    font-family: "Lexend";
    font-size: 13.474px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: -0.135px;
  }

  .btn-grad {
    font-family: "Lexend";
    font-size: 14px;
    padding: 15px 28px;
    display: table;
    background: linear-gradient(116deg, #FF768F -45.1%, #FF9F81 115.34%);
    height: 52px;
    width: 230px;
    border: none;
    transition: 0.5s;
    color: white;
    height: 52px;
    border-radius: 40px;
    margin: 0 auto;
  }
  .btn-grad:hover {
    background-position: right center; 
    color: #fff;
    text-decoration: none;
  }

  .rectangle {
    display: none;
  }
  .desktopImage {
    display: none;
  }
  .solid {
    display: none;
  }
 
}
