 #calendar{
    width: 95%;
    margin-left: 24px;
    box-shadow: 0px 0px 10px #000;
    padding:15px; 
    background: #fff;
  }
  #calendar-container {
    top: 0%;
    text-align: center;
    left: 10%;
    right: 10%;
    bottom: 20%;
  }
  .fc-title{
  color: white;
  }
   .fc-time{
  color: white;
  }
  #calendar-container{
    padding-top: 20px;
    padding-bottom: 20px;
}