.container {
    width: 98vw;
    height: 70vh;
}

.calendar-day {
  stroke: #ccc;
}

.calendar-month path {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}
