/* ----------------------------
STYLES/LAYOUT
---------------------------- */

html {
  font-size: 60%;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body {
  background: #64FE2E;
  font-size: 1rem;
  font-family: "Asap";#019393animation:
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
}

h1, h2, h3, h4, h5, h6, div, p, i {
  margin: 0;s
}

form {
  margin-top: 20px;
}

/* Container divs*/
.init-page,
.questions-page,
.results-page {
  height: 100%;
}

.container {
  width: 90%;
  height: 100%;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Button */
.btn {
  margin: 2rem auto 0;
  display: block;
  width: 100%;
  font-size: 2.5rem;
  padding: 1.5rem 0;
  background: #01ABAA;
  border: none;
}

.btn {
  background: #019393;
}

/* TITLE PAGE */

.init-page__title {
  margin: 0;
  font-family: "Flamenco";
  font-size: 5rem;
}

.init-page__icon {
  font-size: 20rem;
  margin: 0;
}

/* QUESTIONS PAGE*/

.questions-page__question {
  padding: 0;
  font-size: 2.2rem;
  height: 11rem;
}

.questions-page__answer-list {
  padding: 0;
  list-style-type: none;
  font-size: 2rem;
  line-height: 5rem;
}

.questions-page__answer-line {
  margin: 0 auto;
  width: 75%;
  cursor: pointer;
}

.questions-page__selection-div {
  float: left;
  padding-left: 1rem;
  font-size: 2.75rem;
}

.questions-page__feedback-div {
  float: right;
  padding-right: 1rem;
  font-size: 2.5rem;
}

.questions-page--correct {
  background: #76B574;
}

.questions-page--incorrect {
  background: #FEA680;
}

.btn-holder {
  height: 6rem;
}

/* RESULTS PAGE */

.results-page__info {
  font-size: 3rem;
}

.results-page__score {
  font-size: 10rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.results-page__spanish-btn {
  margin-top: 3rem;
}

.results-page__spanish-btn-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}


/* ----------------------------
MEDIA QUERIES
---------------------------- */

@media screen and (min-width: 480px) {

  html {
    font-size: 85%;
  }

  body {
    min-height: 700px;
  }

  .container {
    width: 80%;
  }

  .questions-page__question {
    height: 8rem;
  }

}

@media screen and (min-width: 1100px) {

  html {
    font-size: 100%;
  }

  body {
    min-height: 800px;
  }

}
