/* assets/css/styles.css */

body {
    background: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-bottom: 60px;
}

header {
    background: #343a40;
    border-bottom: 4px solid #ffc107;
}

header h1 {
    font-size: 2.5rem;
    font-weight: 300;
}

nav a {
    font-size: 1.1rem;
}

main {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

footer {
    background: #343a40;
    color: #fff;
}

.btn-primary {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #343a40;
}

.btn-primary:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}
