body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #003942;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #a89077;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.home {
    list-style-type: none;
}

.home a {
    text-decoration: none;
    font-style: italic;
}

h1 {
    text-align: center;
    color: #a67c52;
    margin-bottom: 10px;
}

.instructions {
    background: #a67c52;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 4px solid #003942;
}

.instructions h3 {
    margin-top: 0;
    color: #a67c52;
}

.instructions ul {
    margin: 10px 0;
    padding-left: 20px;
}

.instructions li {
    margin: 5px 0;
}

#calendar {
    margin: 20px 0;
}

.legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.fc-timegrid-slot-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #000000;
}

/* Style the date numbers in month view */
.fc-daygrid-day-number {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    padding: 8px;
}

/* Style the time numbers in week/day view */
.fc-timegrid-axis {
    font-size: 0.85rem;
    color: #000000;
}

/* Style the header dates */
.fc-col-header-cell-cushion {
    font-size: 0.95rem;
    font-weight: 600;
    color: #000000;
}

/* Make numbers look nicer overall */
.fc-daygrid-day-top {
    font-weight: 600;
}

/* Style the today indicator */
.fc-day-today {
    background-color: rgba(166, 124, 82, 0.1) !important;
}

.fc-day-today .fc-daygrid-day-number {
    color: #000000;
    font-weight: 700;
}