body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h1, h2 {
    color: #333;
}

form {
    margin-bottom: 20px;
}

input, select, button {
    margin: 5px 0;
    padding: 8px;
    width: 0px;
}

button {
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #218838;
}

#shows, #notifications {
    margin-top: 20px;
}

/* Custom styles */
body {
    font-family: 'Arial', sans-serif;
}

.card {
    border: none;
    border-radius: 10px;
}

.shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#shows, #notifications {
    margin-top: 5px;
}

.notification, .show {
    padding: 1px;
    margin-bottom: 1px;
    background-color: #08f9fa;
    border-radius: 5px;
}
/* Custom styles for navbar links */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8); /* Slightly transparent white */
    color: rgba(0,0,0, 0.8); /* Slightly transparent white */
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 1); /* Fully white on hover */
}