/*
 - Multimedia Project 1
 - Degree Program: MultiMediaTechnology / Salzburg University of Applied Sciences
 - Author: Kimberly Ledesma
 - Year: 2026
 */

.footer-dashboard {
    background-color: #1b2550;
    margin-top: auto;
    padding: 20px 30px;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.footer-inner a {
    color: white;
    text-decoration: none;
}

.footer-inner a:hover {
    text-decoration: underline;
}