.calendar-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
#calendar {
  width: 50%;
  height: 80%;
}
.tip-info {
  color: #666;
  font-size: 1rem;
}
.tip-info:hover {
  color: #000;
  cursor: pointer;
}