html {
  height: 100%;
}

h1 {
  font-weight: 700;
  font-size: 5em;
}

.content {
  text-align: center;
  padding-top: 10%;
  margin-left: 15%;
  margin-top: 10%;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

#main-hr {
  display: none;
}

hr {
  width: 400px;
  border-top: 1px solid #22252a;
  border-bottom: 1px solid(0, 0, 0, 0.2);
}

body {
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Lato";
  color: #22252a;
  background: #ffe9e8;
  padding-bottom: 10%; 
  margin: 0 auto;
}

.image-wrapper {
  position: absolute;
  top: 50px;
  width: 100%; 
  max-height: 400px; 
  background-color: #ff5575;
}

#background-img {
  width: 100%; 
  max-width: 900px;
  max-height: 400px;
  margin: 0 auto;
}

#main-text-primary {
  font-size: 2em;
}

#main-text-secondary {
  font-size: 2em;
}

#main-btn {
  margin-top: 30px;
}

#product-description {
  width: 80%;
  margin: 0 auto;
  margin-top: 20%;
}

#product-description-para {
  margin: 0 auto;
}

#para-info {
  font-weight: 900;
}

@media (min-width: 480px) {
  #main-text-primary {
    font-size: 2.5em;
  }

  #main-text-secondary {
    font-size: 2.5em;
  }
}

@media (min-width: 1000px) {
  #product-description {
    margin-top: 10%;
  }
}
