@charset 'UTF-8';

body{
    background-color: rgb(70, 142, 236);
    font: normal 20pt Arial;

}
header{
    color: white;
    text-align: center;


}
section{
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.363);

}
div{
    text-align: justify;
    padding: 8px;
    font-weight: bold;
    
}
footer{
    color: whitesmoke;
    text-align: center;
    font-style: italic;

}
