h1 {

    font-family:Baskerville Old Face;
    color:black;
    font-size: x-small;
    text-align: center;
}
h2 {

    font-family:Baskerville Old Face;
    color:black;
    font-size: xx-large;
    text-align: center;
}
h3 {

    font-family:Baskerville Old Face;
    color:black;
    font-size: small;
    text-align: center;
}
body{
    background-color: beige;
    }
    h1 {

        font-family:Baskerville Old Face;
        color:black;
        font-size: large;
        text-align: center;
    }
table{
    text-align: center;
}
ol {
    font-size: medium;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:black;
    font-style:unset;
}
ul{
    font-size: medium;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:black;
    font-style:unset;
}
Header{
    display: flex;
    height: 70px;
    background-color: black;
    color: ghostwhite;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
footer{
    background-color: black;
    color: ghostwhite;
}
