/* /home/your_user/boardgame_night_app/static/css/style.css */
body {
    font-family: 'Arial', sans-serif; /* Example font */
    background-color: #f8f9fa; /* Light gray background */
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

#game-night-card .card-title {
    color: #0d6efd; /* Bootstrap primary color */
}

#game-night-card .card-text i {
    margin-right: 8px;
}

#event-image {
    border-bottom: 3px solid #0d6efd;
}

footer {
    font-size: 0.9rem;
}
