.footer {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    height: 80px;
    padding-top: 30px;
    background-color: var(--header_footer_background_color);
    color: var(--header_footer_font_color);
    font-family: var(--primary_font_family);
    font-size: 0.9em;
}

.footer a {
    color: var(--header_footer_font_color);
    text-decoration: none;
    margin-left: 10px;
}
.footer a:hover {
    text-decoration: underline;
}