*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #008080;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

h2,h1{
  color: aliceblue;
  text-align: center;
  font-family:   Helvetica, sans-serif ;
}
button,input{
  
  font-size: 1.5rem;
  border-radius: 0.25rem;
  border: none;
  padding: 0.1rem  0.5rem;
  text-align: center;
}

header{
  margin-bottom: 3rem;
}
form{
  
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom:2rem;
  
  
}
section{
  margin-top: 1rem;
}