body {
    font-family: Monolith, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 24px;
    color: #333;
}

#calendar {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
}

.fc .fc-toolbar-title {
    font-size: 20px;
}

.fc-button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
}

.fc-button:hover {
    background-color: #0056b3;
}

.fc-event {
    border-radius: 6px;
    padding: 6px;
    font-size: 16px;
    line-height: 1.4;
}

.fc-event:hover {
    opacity: 0.8;
}

.fc-event-title {
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
}
