body {
background-color: lightblue; 
text-align: center;
color: gray;
}  

h1 {
font-family: Georgia, serif;
text-align: center;  
font-size: 55px;  
color: white;
margin-top: 150px;
}

h2 {
font-family: Verdana, sans-serif;
font-size: 22px;
text-align: center;
color: gray;
margin-top: 100px;
margin-bottom:100px;
}

h3{
font-size: 15px;
margin-top: 80px;
font-family: Verdana, sans-serif;
text-align: center;
color: gray;
}

input.nameInput {
color: gray; 
height: 80px; 
width: 40%; 
background-color: white; 
font-size: 22px;
border-radius: 25px;
margin: auto;
font-family: Verdana, sans-serif;
border-color: gray;
}

button.ton {
color: gray; 
height: 80px; 
width: 40%; 
background-color: white; 
font-size: 22px;
border-radius: 25px;
margin: auto;
font-family: Verdana, sans-serif;
}

p {
font-size: 20px;
margin-top: 30px;
text-align: center;
color: gray;
font-family: Verdana, sans-serif;
}
