@import url("https://fonts.googleapis.com/css2?family=Readex+Pro&display=swap");

* {
  font-family: "Readex Pro", sans-serif;
  user-select: none;
}

body {
  background-color: white;
  display: flex;
  justify-content: center;
}

.head {
  margin-top: 5%;
  border: thick double #008095;
  border-radius: 10%;
  padding: 2%;
}

.head img {
  width: 125px;
}

.start {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%);
}

.start input {
  color: #008095;
  border-color: #008095;
  border-width: 3px;
  border: thick double #008095;
  outline: none;
  text-align: center;
  border-radius: 5px;
}

.start button {
  text-align: center;
  margin: 50px;
  width: 150px;
  outline: none;
  transform: scale(2);
  border: 0px #008095;
  border-radius: 5px;
  height: 30px;
  background-color: #008095;
  color: white;
}

.start button:hover {
  color: #FAA320;
}

.start h1 {
  color: #FAA320;
  font-size: 20px;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

.hidden {
  display: none;
}
