h1 {
    text-align: center; 
font-size:38px;
}
body {
margin:40px;
background-color:lightblue;

} 
label{
font-size:28px;
}
p{
  font-size:30px;
}

td {
    vertical-align:bottom;
}


