footer {
    background-color: var(--main-color);
    padding: 30px 20px;
    text-align: center;
}

footer h1 {
    margin: 0;
}

footer a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.bmac img {
    height: 60px;
    width: 217px;
}

.langs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.lang {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.lang img {
    height: 20px;
    margin-right: 4px;
}

.lang p {
    font-size: 13px;
}