h1 {
    font-size: 200%;
    font-style: italic;
}
    
h2 {
    font-size: 150%;
    font-style: italic;
}
    
body {
    text-align: center;
    background-color: WhiteSmoke;
}

table {
    text-align: center;
    width: 75%;
}

