#body{
    background-color:lightcyan;
    font-family:Georgia;
    display:flex;
    flex-direction:column;
    font-size: larger;
    font-style: italic;
}
#header{
    color:lightseagreen;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: smaller;
}