html {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

.site-header {
    border-bottom: 1px solid #ccc;
    padding: .5em 1em;
}

.site-header::after {
    content: "";
    display: table;
    clear: both;
}

.site-info {
    display: inline-block
}

.site-info h1 {
    font-family: verdana;
    font-size: 1.9em;
    margin: 20px 300px 20px 300px;
    display: inline-block;
    color: #1F618D;
}

.site-info img {
    float: left;
    margin: 0 10px 0 0;
    display: inline;
}

#body {
    padding: 10px;
    padding-bottom: 60px;
    margin: 0;
}

#footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 9.3%;
    left: 0px;
    right: 0px;
    background-color: lightslategray;
    color: white;
    text-align: center;
    display: inline-block;
    margin: 0;
}

#footer p1 {
    font-family: verdana;
    font-size: 12px;
    text-align: center;
}

/* clears the margins of the body */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

