.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    background-color: var(--dark);
}
.footer img {
    width: 100px;
}
.footer-links {
    display: flex;
    justify-content: space-evenly;
    width: 360px;
    margin-top: 20px;
    font-size: .8rem;
}
.footer-links a {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: 300;
}
.legal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    font-size: .8rem;
    color: #666;
    text-align: center;
}
.legal div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    margin-bottom: 10px;
}