html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-family: "Overpass", sans-serif;
  background-color: hsl(216deg, 12%, 8%);
}

.attribution {
  font-size: 14px;
  text-align: center;
}

.perm-n,
.result-state {
  background-color: hsl(213deg, 19%, 18%);
  width: 327px;
  height: 364px;
  border-radius: 16px;
  margin: 195px auto 80px;
  padding: 24px;
}
.perm-n__title,
.result-state__title {
  color: hsl(0deg, 0%, 100%);
  margin-bottom: 22px;
  font-size: 1.6em;
  font-weight: 400;
}
.perm-n__paragraph,
.result-state__paragraph {
  color: hsl(217deg, 12%, 63%);
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

.result-state {
  height: 340px;
  margin-bottom: 0;
}
.result-state__paragraph {
  margin-bottom: 10px;
  font-size: 20px;
  width: 100%;
  height: 100%;
}

.perm-n__icon-container {
  background-color: hsl(216deg, 12%, 24%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  place-content: center;
  margin-bottom: 22px;
}
.perm-n__icon-container__icon {
  width: 100%;
}
.perm-n__button {
  width: 100%;
  height: 44px;
  border-radius: 50px;
  border: none;
  margin-top: 27px;
  background-color: hsl(25deg, 97%, 53%);
  text-transform: uppercase;
  color: hsl(0deg, 0%, 100%);
  font-weight: 700;
  letter-spacing: 3px;
}
.perm-n__input {
  width: 100%;
  height: 44px;
  background-color: hsl(216deg, 12%, 24%);
  text-align: center;
  border: solid 0.2px hsl(217deg, 12%, 63%);
  border-radius: 8px;
  height: 32px;
  font-size: 16px;
  padding: 8px;
  letter-spacing: 2px;
  margin-top: 16px;
  margin-bottom: 18px;
  color: hsl(0deg, 0%, 100%);
}
.perm-n__button:hover {
  color: hsl(25deg, 97%, 53%);
  background-color: hsl(0deg, 0%, 100%);
  cursor: pointer;
}

.result-state {
  display: none;
  flex-direction: column;
  align-items: center;
}
.result-state__image {
  width: 150px;
  margin-bottom: 24px;
}
.result-state__result {
  background-color: hsl(216deg, 12%, 24%);
  width: 170px;
  height: 36px;
  border-radius: 50px;
  color: hsl(25deg, 97%, 53%);
  text-align: center;
  padding: 8px 0;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.result-state__paragraph {
  text-align: center;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

.attribution {
  color: hsl(217deg, 12%, 63%);
}
.attribution a {
  color: hsl(228deg, 45%, 44%);
}

.perms {
  color: white;
  width: 100%;
  padding: 32px;
  word-wrap: break-word;
  text-align: center;
  margin: 0;
}

@media (min-width: 600px) {
  .rating-state,
.result-state {
    width: 412px;
    height: 412px;
    padding: 24px;
  }
  .result-state {
    width: 412px;
    height: 340px;
    width: 412px;
  }
}/*# sourceMappingURL=style.css.map */