
a {
    color: var(--black);
}
a:before {
    content: "→ ";
    color: var(--main-green);
}

footer a:before, nav a:before {
    content: "";
    color: white;
}

a:hover {
    color: var(--black);
    text-decoration: none;
}
a.news-archive-button {
    max-width: 100%;
    border: 1px solid var(--main-green);
    box-sizing: border-box;
    color: #31a973;
    text-align: center;
    position: initial;
    top: 19px;
    padding: 10px 50px;
    transition: var(--trans);
    margin-top: 30px;
}
a.news-archive-button:hover {
    border: 1px solid var(--main-green);
    color: white;
    background-color: var(--main-green);
}
a.news-archive-button:before {
    content: "";
    display: none;
}

@media screen and (max-width: 996px){
    a.news-archive-button {
        padding: 10px 20px;
    }
}
#loadMore {
    margin-top: 25px;
}
a.margin-to-the-news {
    display: inline-block;
    margin-top: 20px;
}