body {
     background-color:antiquewhite;
     border: 2px solid lightcoral;
}

div{
    background-color:antiquewhite;
}

h2, p, li, ul, ol {
    color: darkslateblue;
    background-color: antiquewhite;
    font-family: Palatino, URW Palladio L, serif;
    
}

h1 {
    color: darkslateblue;
    background-color: antiquewhite;
    font-family: Palatino, URW Palladio L, serif;

}

h5 {
    color: darkslateblue;
    background-color: antiquewhite;
    font-family: Palatino, URW Palladio L, serif;
}

