#nav_container {
    background: white;
}
#calendar {
    margin: 190px 33px 10px;
    width: 90%;
    margin: auto;
    /* font-size: 16px; */
}
.fc-button, .fc-day-header, .fc-day-number {
    font-size: 16px;
}
.fc-center h2{
    font-size: 45px;
    font-weight: 400;
}
.fc-button:disabled {
    background-color: black;
    color: white;
}
.fc-today-button, .fc-next-button ,.fc-prev-button,.fc-dayGridMonth-button,.fc-timeGridWeek-button,.fc-timeGridDay-button{
    background-color: white;
    color: black;
    border: 2px solid;
    border-radius: 0;
}
.fc-button-group > .fc-button:not(:first-child) {
    margin-left: 10px;
}
.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active,.fc-button-primary:hover{
    background-color: black;
    color: white;
}

.fc-button-primary:not(:disabled):active:focus, .fc-button-primary:not(:disabled).fc-button-active:focus ,.fc-button-primary:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fc-day-grid-event .fc-content {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
.fc-day-grid-event .fc-content::-webkit-scrollbar { 
    display: none;
}
.fc-content {
    font-size: 16px;
    padding: 3px 5px;
}
.fc-event, .fc-event-dot {
    background-color: black;
    border: 0;
}
.fc-widget-content{
    font-size: 16px;
}
.fc-time-grid-event.fc-event {
    width: 95%;
    margin: auto;
}