.codeutsava_game_shortlisted-teams {
    background-color: #ffffff;
    border-radius: 8px; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px; 
    max-width: 400px; 
    margin: auto; 
    text-align: center; 
    position: relative; 
  }
  
  .codeutsava_game_shortlisted-teams h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px; 
  }
  
  .codeutsava_game_shortlisted-teams p {
    font-size: 16px; 
    color: #555;
    line-height: 1.5; 
    margin-bottom: 20px; 
  }
  #shortlistedTeamsCU-8 {
    background-color: #4CAF50; 
    color: white; 
    border: none; 
    border-radius: 5px;
    font-size: 16px; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
    padding: 10px 20px; 
  }
  
  #shortlistedTeamsCU-8:hover {
    background-color: #45a049; 
  }
  