* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {


  justify-content: center;
  background-color: #F0E68C;
  color: white;
}

main {

 
  justify-content: center;
  align-items: center;


}



span {


  justify-content: center;
  text-align: justify;
  gap: 8px;
  width: 90%;
}

h2 {


  justify-content: center;
  text-align: center;
  gap: 8px;
  width: 90%;
  margin-top: 10px;
}

p {


  justify-content: center;
  text-align: justify;
  

}

input, button {
  padding: 10px;
  font-size: 20px;
  outline: none;
  border: none;
  border-radius: 5px;
}

button {
  cursor: pointer;
  background-color: #6f00ff;
  color: white;
}

footer {


  justify-content: center;
  background-color: #F0E68C ;
  color: black;
}

@media (max-width: 700px) {
  body, input, button {
    font-size: 15px;
  }
}