/* resources/css/app.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

header {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

footer {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

footer a {
    text-decoration: none;
}

h1.display-1 {
    font-size: 6rem;
    font-weight: bold;
}



.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



