body{background-color: #c7eff6
    
    

}
li{list-style: none;
display: inline-block;
text-decoration: none; 
}

li a { text-decoration :none;
color:black;
font-style: italic;
font-weight: bolder;
padding: 15px;}

.menu{letter-spacing: 10px; 
    display: flex;
justify-content: space-evenly;
}




h1{text-align: center;
    font-size: 40px;
    letter-spacing: 15px;
color: rgb(25, 25, 30);
padding: 2em;
font-style: italic;
}

h2{
    text-align: center;
    font-style: italic;
    font-size: 2em ;
}

p{text-align: center;
color: #06060af1;
font-size: 1.5em;
} 

div{text-align: center;
color: rgb(16, 16, 23);
font-size: 1.5em;}  

form{line-height: 1.5;
text-align: center;
text-indent: 5%;
}