.a113 .footer {
    background-color: #3D3D40;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.a112 .topBar {
    background-color: #00344A;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 30px;
    padding-left: 30px;
    display: flex
;
    justify-content: flex-end;
    align-items: center;
}