@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  font-family: "Open sans";
}

.hilighted-text {
  border-bottom: 1px solid #eeeeff;
}

.written-text {
  color: #eeeeff;
}

.centered-div {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.border-green {
  border: 0.15px solid #24FF41;
}

.border-red {
  border: 1px solid #ff6d96;
}

span.semi-colon {
  color: #b4b4b4;
}

textarea::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #5F5FD4;
}

textarea:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #5F5FD4;
}

textarea::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #5F5FD4;
}

textarea::placeholder {
  /* Firefox, Chrome, Opera */
  color: #5F5FD4;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5F5FD4;
}

textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5F5FD4;
}

body {
  background-color: #270A73;
  font-family: 'Open Sans', sans-serif;
}

h2 {
  color: #eeeeff;
  font-weight: 300;
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 1rem;
  }
}

p {
  font-size: 1.75rem;
  color: #7D7DCE;
  font-weight: 300;
}

@media screen and (max-width: 500px) {
  p {
    font-size: 1.5rem;
  }
}

textarea {
  border: 1px solid #381692;
  outline: transparent;
}

button {
  width: 100%;
  padding: 20px;
  cursor: pointer;
  font-size: 1.75rem;
}

@media screen and (max-width: 500px) {
  button {
    font-size: 1.5rem;
  }
}

.header {
  background-color: #00054A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 35px;
  font-size: 0.95rem;
}

.combined__section {
  padding: 40px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.combined__section > div {
  margin: 5px;
}

.combined__section .time__section--box-title {
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 15px 60px;
  font-weight: 300;
  background-color: #035C74;
}

.combined__section .time__section--box-content {
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  padding: 20px;
  color: #eeeeff;
  font-size: 1.5rem;
  background-color: #217D95;
}

.combined__section .accuracy__section--box-title {
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 15px 60px;
  font-weight: 300;
  background-color: #035C74;
}

.combined__section .accuracy__section--box-content {
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  padding: 20px;
  color: #eeeeff;
  font-size: 1.5rem;
  background-color: #217D95;
}

.combined__section .wpm__section--box-title {
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 15px 60px;
  font-weight: 300;
  background-color: #035C74;
}

.combined__section .wpm__section--box-content {
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  padding: 20px;
  color: #eeeeff;
  font-size: 1.5rem;
  background-color: #217D95;
}

.typing__section {
  width: 100%;
}

.typing__section .typing__section--para {
  padding: 20px 0;
  font-weight: 300;
}

.typing__section .typing__section--typer textarea {
  width: 100%;
  padding: 20px;
  background-color: #381692;
  color: #9595FF;
  font-size: 1.65rem;
  border-radius: 5px;
  font-weight: 300;
  margin: 10px 0;
  min-height: 120px;
  overflow: hidden;
}

.typing__section .typing__section--btn {
  color: #eeeeff;
  background-color: #df1f66;
  border-radius: 5px;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.typing__section .typing__section--btn:hover {
  background-color: #d3175c;
}
/*# sourceMappingURL=style.css.map */