.banner {
    width: 100%;
    background-color: #111;
    font-size: 30pt;
    display: flex;
    justify-content: space-between;
    color: white;
}
.leftbannerlist {
    list-style-type: none;
    display: flex;
}
.leftbannerlist li {
    margin-right: 1em;
}
.rightbannerlist {
    list-style-type: none;
    display: flex;
}
.rightbannerlist li {
    margin-right: 1em;
}
a:link {
    text-decoration: none;
    color: white;
}
a:visited {
    color: white;
}
