/* body {
    margin-left: auto;
    margin-right: auto;
    width: 50em !important;
} */

#banner {
    color: black;
    position: absolute;
    font-size: 13px;
    top: 0px;
    left: 270px;
    background-color: white;
    z-index: 10;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border: solid grey;
    width: 532px;
    text-align: left;
}
#banner h1 {
    color: black;
    text-decoration: none;
    border: none;
    margin-top: 0;
    font-size: 13px;
    text-align: center;
}

#banner p {
    text-align: center !important;
    line-height: 16px !important;
}
