@font-face {
  font-family: "Gelasio";
  src: url(./../fonts/Gelasio-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
/*Normalize*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  font-size: 100%;
  font-family: Gelasio;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  position: relative;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
.bigred {
  font-size: 20px;
  color: red;
}

/*Normalize*/
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(41, 41, 41, 0.4);
}

.main_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background-color: #006c84;
  color: #e2e8e4;
  font-size: 200%;
}

@media screen and (max-width: 700px) {
  .header {
    font-size: 120%;
  }
}
.main {
  flex: 1 1 auto;
  background-color: #e2e8e4;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}

.game {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 20px;
  background-color: #6eb5c0;
  max-width: 750px;
}

.round_container {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.round_name {
  color: #006c84;
}

.round_value_container {
  display: flex;
}

.round_current_value {
  color: #ffccbb;
}

.round_all_value {
  color: #006c84;
}

.levels_container {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.level_button {
  background-color: #006c84;
  display: flex;
  padding: 10px 15px;
  color: #e2e8e4;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: inherit;
}

.level_button:hover {
  background-color: #e2e8e4;
  color: #006c84;
}

.level_button:disabled {
  background-color: #6eb5c0;
  color: #e2e8e4;
}

.level_button_active {
  background-color: #ffccbb;
  color: #006c84;
  pointer-events: none;
}

.keyboard_container {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  max-width: 700px;
  align-items: center;
}

.print_input {
  min-width: 200px;
  padding: 10px 30px;
  min-height: 36px;
  background-color: #e2e8e4;
  color: #006c84;
  border-radius: 20px;
}

.start_container {
  display: flex;
  justify-content: center;
}

.start_button {
  background-color: #ffccbb;
  color: #006c84;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: inherit;
}

.start_button:hover {
  background-color: #e2e8e4;
  color: #006c84;
}

.key_item {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  background-color: #006c84;
  color: #e2e8e4;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: inherit;
}

.key_item:disabled {
  background-color: #6eb5c0;
  color: #e2e8e4;
}

.help_container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.repeat_button {
  background-color: #e2e8e4;
  color: #006c84;
  border-radius: 20px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: inherit;
}

.repeat_button:hover {
  background-color: #006c84;
  color: #e2e8e4;
}

.repeat_button:active {
  background-color: #ffccbb;
  color: #6eb5c0;
}

.repeat_button:disabled {
  background-color: #6eb5c0;
  color: #e2e8e4;
}

.next_button {
  background-color: #e2e8e4;
  color: #006c84;
  border-radius: 20px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: inherit;
}

.next_button:hover {
  background-color: #006c84;
  color: #e2e8e4;
}

.next_button:active {
  background-color: #ffccbb;
  color: #006c84;
}

.new_button {
  background-color: #e2e8e4;
  color: #006c84;
  border-radius: 20px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: inherit;
}

.new_button:hover {
  background-color: #006c84;
  color: #e2e8e4;
}

.new_button:active {
  background-color: #ffccbb;
  color: #006c84;
  cursor: pointer;
}

.new_button:disabled {
  background-color: #6eb5c0;
  color: #e2e8e4;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: #006c84;
  color: #e2e8e4;
  font-size: 150%;
}

.footer_item {
  padding: 10px;
}

@media screen and (max-width: 700px) {
  .footer {
    font-size: 100%;
  }
}
.letter_item {
  border-bottom: 4px solid black;
  display: flex;
  align-items: center;
  width: 30px;
  height: 40px;
  justify-content: center;
}

.github {
  cursor: pointer;
  color: white;
}

span {
  font-weight: bold;
}

.pointer_ivents {
  pointer-events: none;
}

.hilight {
  animation-name: key-hilight;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
}

@keyframes key-hilight {
  from {
    background-color: #e2e8e4;
    color: #006c84;
  }
  to {
    background-color: #ffccbb;
    color: #006c84;
  }
}
.correct {
  animation-name: correct;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes correct {
  from {
    background-color: #006c84;
    color: #e2e8e4;
  }
  to {
    background-color: #1fffb7;
    color: #006c84;
  }
}
.error {
  animation-name: error;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes error {
  from {
    background-color: #006c84;
    color: #e2e8e4;
  }
  to {
    background-color: #e61919;
    color: #e2e8e4;
  }
}/*# sourceMappingURL=style.css.map */