.main-gif-container {
  background-image: url(../images/bgnew.gif);
  background-size: cover;
  background-attachment: fixed;
}

#calendarDays {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.fade-out {
  opacity: 0;
}
