.week-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  
  .week-navigation a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
  }
  
  .week-navigation a:hover {
    color: #0056b3;
  }
  

  