.footer {
    margin: 10px 0 0 0;
}

.footer_top {
    display: flex;
    justify-content: space-around;
    height: 60px;
    line-height: 60px;
    background-color: #162121;
    color: white;
    font-size: 14px;
}

.footer_bottom {
    background-color: #212D2D;
    color: white;
    height: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
}