*{
  margin: 0 0 0 0;
  padding: 0;
  
}
.card{
  height: 310px;
  width: 300px;
  background-color: #008080;
  padding: 2rem;
  border-radius: 1rem;
  
}



h1,p{
  text-align: center;
  color:aliceblue;
  margin-bottom: 1rem;
  
}

body{
  height: 80vh;
  width:100vw ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
input {
  width: 60px;
  height: 40px;
  text-align: center;
  border: none;
  border-radius:0.4rem;
  font-size: 1.5rem;
  margin: 0 1rem;
  box-shadow: 0 0 10px lightgray;
}

form{
  display: flex;
  flex-direction: column;
align-items: center;

  
}
button{
  margin-top: 1rem;
font-size: 1.5rem;
border-radius: 0.25rem;
padding: 0.25rem;
border: none;
box-shadow: 0 0 10px lightgray;
}

p{
  font-size: 1.5rem;
  margin-top: 1.25rem;
}
.buttons{
  display: flex;
  gap: 1rem;
}
#reset {
  background-color: red;
}
#submit {
  background-color: limegreen;
}