* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  background-color: bisque;
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 100px;
  font-weight: 500;
  font-family: "Arial", "sans serif";
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info {
  text-decoration: underline;
}

.results h2 {
  margin-bottom: 15px;
}
.results div {
  margin-bottom: 10px;
}
.results div span {
  font-weight: 600;
}

button {
  width: 200px;
  padding: 10px 0px;
  text-align: center;
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  border-radius: 0.5em;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}

.input input {
  max-width: 100px;
  padding: 5px;
  font-weight: 600;
  font-size: 18px;
}