/*style body background color */
body{
    background-color:rgb(36, 90, 240);
}
/*style h1*/
h1{
color: goldenrod;
font-size: 50px;
font-family:'sans-sarif',Courier New;
font-style:strong;
text-transform: uppercase;
}
/*style h2*/
h2{
    color: tomato;
    font-size: 35px;
    font-family:'sans-sarif',Courier New;
    font-style:italic;
    text-transform: uppercase;
    }
/*style p*/
p{
color: rgb(165, 205, 221);
font-size: 30px;
font-family:'sans-sarif',Courier New;
font-style:normal;
}
/*style section*/
section{
    background-color: rgb(110, 156, 106);
}
/*style div*/
div{
    background-color: rgb(231, 75, 75);
    border: 3px solid rgb(255,255,255);
  padding: 5px;
}
/*style ul*/
ul{
    color:black;
    font-size: 25px;
    font-family: sans-serif;
    font-style:normal;
}
/*style ol*/
ol{
    color:black;
    font-size: 25px;
    font-family: sans-serif;
    font-style:normal;
}
footer{
    font-size:15px ;
    text-align: center;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
