h1{
background-color: aquamarine;
text-align: center;
font-size: 50px;
margin-left: 10%;
margin-right: 10%;
border-radius: 10px 10px 10px 10px;
color:darkred;
}
.one{
font-size: 30px;
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: justify;
}
h2{
text-align: center; 
font-size: 40px;
background-color: cadetblue; 
margin-left: 20%;
margin-right: 20%;  
color: midnightblue;
border-radius: 6px 6px 6px 6px;
}
.two{
font-size: 25px;
font-weight: 400;
font-family: Arial;    
}
h3{
font-size: 30px;
font-style: italic; 
padding-left: 20px; 
color: chocolate; 
}
img{
width: 45%; 
height: auto; 
padding-left: 30px;  
}
table{
font-weight: bold; 
font-size: 30px; 
margin-top: 20px;
margin-bottom: 20px;  
}
.free{
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}
.four{
    font-style: italic;
    font-size: 30px;
    background-color: blanchedalmond;
}
form{
    font-size: 30px;
    font-family: Arial;
    text-align: justify;
}
.five{
    font-size: 20px; 
    text-align: center;   
}
.six{
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.seven{
    margin-top: 60px;
    width: 90%;
}
.eight{
    margin-left: 100px;
    width: 70%;
}
.nine{
    margin-left: 140px;
    width: 70%;
}
.ten{
    margin-left: 190px;
    width: 70%;
}
body{
    background-color: blanchedalmond;
    margin-right: 15%;
    margin-left: 15%;
}
.eleven{
    margin-left: 15%;
    margin-right: 15%;
}
nav ul{
    display: flex;
    list-style-type: none;
}
nav ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 48px;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
}
header{
margin-right: 10%;
margin-left: 10%; 
background-color:lightsteelblue; 
border-radius:  5px 5px 5px 5px;  
}