.calendar-sheet {
    /* Basic styling */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #f5f5f5; /* Light gray background */
    border-radius: 5px;
    text-align: center;
    width: 100px; /* Adjust width as needed */
    height: 100px; /* Adjust height as needed */

    font-family: Arial, sans-serif;
    /* background-color: #e5e5e5; */
    border: 1px solid #ccc;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .day-number {
    /* Larger text for day number */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }
  
  .month {
    /* Smaller text for month */
    font-size: 14px;
    color: #888; /* Light gray color for month */
  }
  
  .year {
    /* Smaller text for month */
    font-size: 12px;
    font-weight: bold;
    color: #c7c5c5; /* Light gray color for year */
  }

  .mrow{
    display: flex;
    /* border: 2px solid #000; */
    align-items: center;
    padding-bottom: 10px;
    width: 70%;
    text-align: center;
  }

  .col2 {
    /* background-color: #e5e5e5; */
    font-size: 18px;
    color: blue;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: left;
  }

  .autor{
    font-style: italic;
    color: blueviolet;        
    text-align: right;
  }