.container {
    margin-top: 1 !important;
}

#theHTML {
    font-family: Georgia;
    font-size: 1.5em;
    text-transform: capitalize;
    color: whitesmoke;
    background-color: blue;
}

#top {
    font-size: 2em;
    font-family: Georgia;
    background-color: whitesmoke;

}

#content {
    font-family: Verdana;
    font-size: 1.5 em;
    background-color: whitesmoke;
}

#theTitle {
    font-size: 1.85 em;
    font-family: Georgia;
}
