.footer {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5B9BD6;
    margin-top: 50px;
}

.footer__link {
    font-family: "ProximaNovaRegular";
    font-size: 18px;
    color: #fff;
}

@media (max-width: 768px) {
    .footer {
        margin-top: 30px;
    }
}