:root {
    /* Corporate Background Colors */
    --background: hsl(0, 0%, 100%);
    --foreground: hsl(215, 25%, 27%);
}
/* Footer */
.footer {
    background-color: #FBDD65;
    color: black;
    padding: 2rem 0;
}

.footer-text {
    font-style: italic;
    opacity: 0.9;
    font-size: 1.2rem;
}
