.calendar-base {
  float: none;
  width: 100%;
  border-radius: 20px 20px 20px 20px;
}

.time {
  font-size: 2rem;
  font-weight: 600;
}

.year {
  font-size: 2rem;
  font-weight: 600;
}

.months {
  font-size: 0.7rem;
}

.days {
  font-size: 0.8rem;
}

.day {
  padding: 0 2.5%;
}

.week {
  font-size: 0.8rem;
}

/* Billboard */

.calendar-left {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 20px 20px 20px 20px;
}

.current-date {
  font-size: 8rem;
  font-weight: 700;
  padding: 0 20px;
  text-align: left;
  float: left;
}

.current-day {
  font-size: 2rem;
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.current-events {
  font-size: 1.2rem;
  font-weight: 700;
}

.button,
.button-member {
  font-size: 1.2rem;
  padding: 10px 10px;
}
