
ter .donation-link {
    color: white;
    background-color: #ff5e00;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

footer .donation-link:hover {
    background-color: #cc4b00;
}

/* Top nav heart */
.link_on_top_donate {
    font-size: 1.2em;
    margin-left: 8px;
    text-decoration: none;
}

.link_on_top_donate:hover {
    color: #ff5e00;
}

