footer{
    background-color: #128ac9;
    padding: 0px 0 10px 0;
}

.footer-context{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #b3ccea;
    font-weight: bold;
    padding:0px 7px;
}

.footer-container{
    margin-top: 30px;
    color: #fff;
}

.footer-copyright{
    display: flex;
    justify-content: center;
    color: #b3ccea;
    font-weight: bold;
    font-size: 14px;
}

.footer-container a{
    color:#fff;
}