@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap");
.thankyou .grade, .thankyou, .circle--grade, .circle--star, body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle--grade, .circle--star {
  border-radius: 50%;
}

* {
  box-sizing: border-box;
  font-family: "Overpass", sans-serif;
  margin: 0;
}

body {
  background-color: hsl(216, 12%, 8%);
  height: 100vh;
}

.card--rating {
  background: radial-gradient(98.96% 98.96% at 50% 0%, #232A34 0%, #181E27 100%);
  border-radius: 1rem;
  width: 25.75rem;
  height: 26rem;
  display: flex;
  flex-direction: column;
  padding: 2em;
}
.card--rating h2 {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  font-size: 1.75em;
  margin-bottom: 0.8em;
}
.card--rating p {
  color: hsl(217, 12%, 63%);
  font-size: 0.9375em;
  line-height: 1.55em;
  margin-bottom: 1.5em;
}

.circle--star {
  background: hsl(213, 19%, 18%);
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.875em;
}

.rating button {
  background-color: hsl(25, 97%, 53%);
  border-radius: 1.4em;
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 0.9375em;
  padding: 0.8125rem 8.5625rem;
  margin-top: 2em;
  border: none;
}
.rating button:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(25, 97%, 53%);
  cursor: pointer;
}

.grades {
  display: flex;
  gap: 1.3125rem;
}

.circle--grade {
  width: 3.1875rem;
  height: 3.1875rem;
  font-weight: 700;
}
.circle--grade:hover {
  background-color: hsl(25, 97%, 53%);
  color: hsl(0, 0%, 100%);
  cursor: pointer;
}

.not-select {
  background: hsl(213, 19%, 18%);
  color: hsl(216, 12%, 54%);
}

.select {
  background: hsl(216, 12%, 54%);
  color: hsl(0, 0%, 100%);
}

.thankyou {
  flex-direction: column;
}
.thankyou img {
  margin-top: 0.8rem;
}
.thankyou .grade {
  background-color: hsl(213, 19%, 18%);
  border-radius: 1.4rem;
  width: 12rem;
  height: 2rem;
  margin-top: 2rem;
}
.thankyou .grade p {
  margin: 0;
  color: hsl(25, 97%, 53%);
  font-size: 0.9375rem;
}
.thankyou h2 {
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 2rem;
}
.thankyou .thankyou--text {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: center;
}

@media (max-width: 435px) {
  .card--rating {
    border-radius: 0.93rem;
    width: 20.4375rem;
    height: 22.5rem;
    padding: 1.5em;
  }
  .card--rating h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  .card--rating p {
    font-size: 0.875em;
    line-height: 1.375em;
    margin-bottom: 1.5em;
  }
  .circle--star {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1em;
  }
  .rating button {
    border-radius: 1.4em;
    font-size: 0.875em;
    padding: 0.75rem 6.75rem;
    margin-top: 2em;
  }
  .grades {
    gap: 1.3125rem;
  }
  .circle--grade {
    width: 2.5rem;
    height: 2.5rem;
  }
  .thankyou img {
    margin-top: 0.125rem;
    width: 9rem;
    height: 6rem;
  }
  .thankyou .grade {
    width: 10.5rem;
    height: 2rem;
    margin-top: 1.5rem;
  }
  .thankyou .grade p {
    font-size: 0.875rem;
  }
  .thankyou h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .thankyou .thankyou--text {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}/*# sourceMappingURL=main.css.map */