@font-face {
  font-family: gotham-bold;
  src: url("../fonts/gotham-bold.otf");
}
.background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #105064;
  height: 100vh;
  width: 100%;
  font-family: gotham-bold;
  position: relative;
}
.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: #081a57;
  text-align: center;
}
.background .container .content h2 {
  font-size: 90px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .background .container .content h2 {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 375px) {
  .background .container .content h2 {
    font-size: 30px;
  }
}
.background .container .content h3 {
  font-size: 50px;
  margin-bottom: 40px;
}
@media (max-width: 375px) {
  .background .container .content h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.background .container .content .start-survey button {
  width: 300px;
  padding: 20px;
  border-radius: 40px;
  border: 0;
  outline: 0;
  transition: all 0.2s;
  background-color: #741852;
  color: white;
}
.background .container .content .start-survey button:hover {
  color: white;
  background-color: #081a57;
}
.background .ik-logo, .background .iyiki-logo {
  position: absolute;
}
.background .ik-logo img, .background .iyiki-logo img {
  object-fit: contain;
}
.background .ik-logo {
  right: 75px;
  bottom: 25px;
}
@media (max-width: 768px) {
  .background .ik-logo {
    right: 40px;
    bottom: 40px;
  }
}
.background .ik-logo img {
  height: 100px;
  width: 100px;
}
@media (max-width: 768px) {
  .background .ik-logo img {
    height: 60px;
    width: 60px;
  }
}
.background .iyiki-logo {
  left: 75px;
  bottom: 45px;
}
@media (max-width: 768px) {
  .background .iyiki-logo {
    left: 50px;
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .background .iyiki-logo img {
    height: 100%;
    width: 150px;
  }
}

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