$black: #333333;
.leftSide {
  display: flex;
  flex-direction: column;
  width: 40px;
  .week {
    height: 29px;
    color: $black;
    text-align: center;
  }
  .week:first-child {
    margin-top: 30px;
  }
}
