footer {
    padding: 40px;
    background-color: #212121;
}
footer .top-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .bottom-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #292929;
}
footer .bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-firth);
    font-family: var(--font-tittle);
    font-size: 12px;
}
footer .bottom-footer a {
    color: white;
    text-decoration: none;
    padding-left: 20px;
}