div.fc-view-harness {
  background-color: white !important;
}

button.fc-button {
  background-color: #10634f !important;
  border-color: #07503f !important;
}

div.fullCalendar {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 479px) {
  div.fullCalendar .fc-view-harness {
    height: 195px !important;
    width: 230px !important;
  }
}
