h1 {
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #000000;
    color: #ffffff;
    padding: 3%;
    font-size: 200%;
}

* {
    margin: 0 auto;
}


main {
    text-align: center;
}


footer p {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #000000;
    color: #ffffff;
    padding: 3%;
    margin-top: 10%;
    font-size: 100%;
}