body {
  background: #202733;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .container {
  position: relative;
  width: 54rem;
  max-width: 90%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 4.8rem;
  background: #313A48;
  border-radius: 1.6rem;
  box-shadow: 30px 50px 80px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  body .container {
    padding: 4rem 2.4rem 2.4rem;
  }
}
body .container .advice-id {
  color: #53FFAA;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  margin-bottom: 2.4rem;
}
body .container .advice-text {
  color: #CEE3E9;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  body .container .advice-text {
    font-size: 2.4rem;
  }
}
body .container .divisor {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  body .container .divisor {
    margin-bottom: 4.8rem;
  }
}
body .container .advice-btn {
  position: absolute;
  bottom: -3.2rem;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #53FFAA;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
body .container .advice-btn:hover {
  background: #53FFAA;
  box-shadow: 0 0 40px #53FFAA;
}

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