body{
    background-color: rgb(246, 243,198);    
    /*font: normal 15pt Arial;*/
}
body1{
    /*background-color: rgb(127, 169, 231); */
    /*background-color: rgb(255, 238, 62);  */
    /*background-color: rgb(255, 247,169);  */
    background-color: rgb(246, 243,198);    
    /*background-color: rgb(222, 195, 40);  */
    font: normal 15pt Arial;
}

header{
    /*color: white;*/
    color: red;
    text-align: center;
}

section{
    
    background-color: white;
/*    border-radius: 10px;  */
    padding: 15px;
    width: auto;
    margin: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.342);

}

footer{
    font: 10pt Arial;
    color: black;
    text-align: center;
    /*font-style: italic;*/
}

