footer {
    background-color: var(--main);
    display: flex;
    justify-content: space-around;
    color: var(--light);
}