body {
  font-family: Montserrat;
  color: #5B5D62;
}

.bg-grey-dark {
  background-color: #5B5D62;
}

.font-small {
  font-size: 11px;
  font-weight: 500;
  font-height: 13px;
}

.font-medium {
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;

}

.font-medium-white {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
}

.speech-bubble-left {
  position: absolute;
  width: 394px;
  height: 76px;
  left: 343px;
  top: 70px;

}

.speech-bubble-right {
  position: absolute;
  width: 518px;
  height: 76px;
  right: 354px;
  bottom: 209px;
}

.font-small-footer {
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

.text-padding-footer-bottom {
  bottom: 0px;
}

.text-padding-right {
  padding-right: 0px;
}

.text-padding-right-inside {
  padding-right: 0px;
}

.text-padding-left {
  padding-left: 2px;
}

.text-padding-footer-left {
  padding-left: 0px;
}

footer {
  position: fixed;
  padding: 10px;
  height: 50px;
  bottom: 0;
}

#redirectToConlanceButton {
  width: 80%;
  max-width: 370px;
  background-color: #82B500;
  border-radius: 25px;
  color: white;
  text-align: center;
  letter-spacing: 0.77px;
}

#asking-woman {
  position: fixed;
  width: 233px;
  height: 330px;
  left: 43px;
  top: 44px;
}

#bubble1 {
  position: fixed;
  width: 490px;
  height: 120px;
  left: 276px;
  top: 49px;
}

#bubble2 {
  position: fixed;
  width: 630px;
  height: 120px;
  right: 275px;
  bottom: 186px;
}

#main-developer {
  position: fixed;
  width: 500px;
  height: 322.72px;
  right: 1px;
  bottom: 17.5px;
}

#logo {
  width: 294.94px;
  height: 56.08px;
}

@media only screen and (min-width: 576px) {

    footer {
      padding: 0px;
      height: 30px;
    }

}

@media only screen and (min-width: 992px) {
  footer {
    padding: 16px;
    height: 70px;
  }

  .text-padding-footer-left {
    padding-left: 108px;
  }

  .text-padding-right {
    padding-right: 108px;
  }

  .text-padding-right-inside {
    padding-right: 0px;
  }

  .text-padding-left {
    padding-left: 3px;
  }

  .font-small-footer {
    font-size: 15px;
    line-height: 19px;
    text-align: left;
  }

  .font-central-slogan {
    font-size: 50px;
  }

  .font-small {
    font-size: 15px;
  }

  #logo {
    width: 525.89px;
    height: auto;
  }

  #redirectToConlanceButton {
    width: 370px;
    height: 48px;
    background-color: #82B500;
    border-radius: 25px;
    color: white;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.77px;
  }

@media only screen and (max-height: 1024px) {

  .speech-bubble-right {
    position: absolute;
    right: 354px;
    top: 739px;
  }

  #asking-woman {
    position: absolute;
    top: 44px;
    left: 43px;
  }

  #bubble1 {
    position: absolute;
    top: 49px;
    left: 276px;
  }

  #bubble2 {
    position: absolute;
    top: 718px;
    right: 275px;
  }

  #main-developer {
    position: absolute;
    top: 683px;
    right: 1px;

  }

}
