@font-face {
  font-family: gotham-bold;
  src: url("../fonts/gotham-bold.otf");
}
.background {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 105%;
  height: 100vh;
  width: 100%;
  font-family: gotham-bold;
  position: relative;
}
@media (max-width: 1200px) {
  .background {
    background-size: cover;
  }
}
.background .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.background .container .content h2, .background .container .content h3 {
  color: black;
  text-align: center;
}
.background .container .content .content-logo {
  height: 200px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .background .container .content .content-logo {
    height: 100px;
  }
}
.background .container .content h3 {
  font-size: 35px;
  width: 550px;
  color: black;
}
@media (max-width: 568px) {
  .background .container .content h3 {
    font-size: 25px;
    width: 300px;
  }
}
.background .container .content .start-survey button {
  width: 300px;
  padding: 20px;
  margin-top: 20px;
  border-radius: 40px;
  background-color: black;
  color: white;
  border: 0;
  outline: 0;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .background .container .content .start-survey button {
    padding: 10px;
  }
}
.background .container .content .start-survey button:hover {
  color: white;
  background-color: #F82000;
}
.background .unilever-logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.background .unilever-logo img {
  height: 120px;
}
@media (max-width: 768px) {
  .background .unilever-logo img {
    height: 70px;
  }
}

@media (max-width: 620px) {
  #thanks {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
