:root {
    --light-main-color: #8BC34A;
    --dark-main-color: #50555B;
}

.anonymous.head {
    /* todo not should be present if the custom image is set (later can be selected maybe) */
    background-color: #F1F2F5;
}

footer {
.phone,
.email {
    color: var(--dark-main-color);
    font-weight: 500;
}

.social {
    margin-top: 10px;
}

.social a {
    margin-left: 10px;
}

.addr {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.addr p {
    color: var(--dark-main-color);
    font-weight: 400;
}


}