@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap");
h1 {
  margin-top: 1%;
  margin-bottom: 0;
  font-size: 300%;
}
h1 span {
  margin-top: 0%;
  color: #3d50c6;
}

h2 {
  margin-top: 1%;
  margin-bottom: 2%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #171925;
  font-family: "PT Sans", sans-serif;
  color: white;
}

section {
  height: 60%;
  width: 80%;
  border-radius: 40px;
  font-family: "PT Sans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  background-color: white;
  font-size: 110%;
  margin: 3%;
}
section .boxbar {
  height: 80%;
  width: 80%;
}
section .boxbar .box {
  padding: 0.5%;
  margin: 5%;
  font-family: "PT Sans", sans-serif;
  height: 40px;
  width: 40px;
  background-color: #171925;
  color: #3d50c6;
  white-space: normal;
  text-align: center;
  border-radius: 10%;
  font-size: 80%;
}
section .boxbar .box span {
  color: white;
  font-size: 90%;
}
section .input__buttons {
  width: 100%;
  height: 110%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section .input__buttons .input__button {
  font-family: "PT Sans", sans-serif;
  margin: 3%;
  font-family: "PT Sans", sans-serif;
  color: white;
  background-color: #ffd205;
  padding: 7px 20px;
  border-radius: 25px;
  font-size: 70%;
}
section .input__buttons .input__refresh {
  font-family: "PT Sans", sans-serif;
  color: white;
  background-color: #3d50c6;
  padding: 7px 20px;
  border-radius: 25px;
  font-size: 70%;
}
section .input__text {
  margin: 2%;
  padding: 2%;
  width: 44%;
  height: 60%;
  font-size: 90%;
  font-family: "PT Sans", sans-serif;
  color: #b3b8c0;
  background-color: #f8f9fd;
  text-align: left;
  border-radius: 1%;
  border: 0;
}
section .display__results {
  margin: 2%;
  padding: 2%;
  width: 40%;
  height: 60%;
  font-size: 90%;
  text-align: left;
  color: #b3b8c0;
  font-family: "PT Sans", sans-serif;
  background-color: #f8f9fd;
  border-radius: 1%;
}