@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
body {
  margin: 0;
  background-color: #208c8c;
}

.hidden {
  display: none;
}

h5 {
  color: #a62424;
  margin: 0;
  margin-top: 12px;
  font-size: 16px;
}

h1 {
  font-size: 48px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 14px;
}

.container {
  margin: auto;
  width: 80vw;
  height: 60vh;
  background-color: #208c8c;
  border-radius: 20px;
}

.initial {
  margin: 0;
  font-family: "Righteous", cursive;
  text-align: center;
  width: 30vw;
  height: 100%;
  margin: 25vh auto 25vh;
  background-color: #f2f2f2;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.initial .center {
  height: 80%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: -40px;
}

.initial .center .flexrow1 {
  margin: 0;
  margin-top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 10px;
  width: 100%;
}

.initial .center .flexrow1 .hide {
  display: none;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.initial .center .flexrow1 .langs {
  font-family: "Righteous", cursive;
  height: 16px;
  font-size: 10px;
}

.initial .center .flexrow1 h5 {
  font-size: 12px;
  margin: 0;
}

.initial .center .flexrow1 input {
  margin: 0;
  height: 10px;
}

.initial .center .flexrow1 input[type="checkbox"] {
  width: 16px;
  margin: 0;
  margin-bottom: 3px;
}

.initial .center .flexrow1 input[type="number"] {
  height: 10px;
  border-radius: 2px;
  font-size: 10px;
  width: 70px;
}

.initial button {
  border-radius: 10px;
  width: 100px;
  height: 36px;
  border: 3px solid #f29f05;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  background-color: #f29f05;
  width: 200px;
  height: 60px;
  margin: 0;
  font-family: "Righteous", cursive;
  text-align: center;
  font-size: 20px;
}

.initial button:hover {
  background-color: #ff655a00;
}

input {
  width: 300px;
  margin: 0 auto;
  height: 36px;
  border: 2px solid #034959;
  font-family: "Staatliches", cursive;
  font-size: 24px;
  border-radius: 6px;
  text-align: center;
}

input[type="text"] {
  margin-bottom: 30px;
}

.two {
  background-color: #f29f05;
  width: 60vw;
}

.two .spanused {
  margin-bottom: 30px;
}

.two input {
  width: 200px;
}

.two input[type="text"] {
  margin-bottom: 0px;
  margin-top: 20px;
  width: 280px;
}

.two input[type="submit"] {
  border-radius: 10px;
  width: 100px;
  height: 36px;
  border: 3px solid #f29f05;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  background-color: #f29f05;
  width: 100px;
  font-size: 20px;
  height: 40px;
  margin-top: 10px;
  background-color: #f2f2f2;
}

.two input[type="submit"]:hover {
  background-color: #ff655a00;
}

.two input[type="submit"]:hover {
  border-color: #208c8c;
  background-color: #f2f2f2;
}

.two .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 10px;
}

.two .triescont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 60vw;
}

.two .triescont > * {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.two button {
  background-color: #208c8c;
}

.two button:hover {
  background-color: #034959;
}

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 30px;
  }
  .initial {
    min-width: 450px;
    height: 500px;
    margin: auto;
  }
  .container {
    margin: 100px auto;
    height: 65vh;
  }
  .two .triescont {
    width: 100%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1064px) {
  h1 {
    letter-spacing: 10px;
    font-size: 24px;
  }
}

@media screen and (max-width: 760px) {
  .container {
    width: 100vw;
    margin: 50px 0 0 0px;
  }
  .container .initial {
    width: 100vw;
    min-width: 0px;
  }
  .two {
    width: 100vw;
  }
  h1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 448px) {
  h1 {
    letter-spacing: 10px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */