* {
  margin: 0;
  padding: 0;
}

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

h1 {
  margin-top: 75px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

h2 {
  margin-bottom: 15px;
  font-size: 20px;
}

h1 {
  margin-bottom: 30px;
}

.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 {
  width: 500px;
  padding: 5px;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto;
}

p {
  max-width: 500px;
  margin: 15px auto;
}

li {
  margin: 50px;
  list-style-type: none;
  padding: 50px;
  padding-top: 15px;
  border: 2px solid #000;
  border-radius: 12px;
}

div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

select {
  display: block;
  width: 150px;
  font-size: 16px;
  margin: 0 auto;
}