/* || GENERAL STYLES || */

/**
 * Set the footer style, setting the text positioning and background color/size
 */
.footer {
    background-color: color-mix(in srgb, var(--background-color) 30%, #555555 70%);
    width: 100%;
    text-align: justify;
    text-align-last: center;
    align-content: center;
}

#footerText {
    margin: .5em 0;
}