main {
    background: #ebf5df;
    color: #7a9b61;
}

.icons-social a {
    color: #7a9b61;
    transition: opacity 0.2s ease;
}

.icons-social a:hover {
    opacity: 0.7;
}

.icons-social a svg path {
    fill: #7a9b61;
}


