
* {
    margin: 0;
    padding: 0;
  }
  
  .home {
    background: url("https://images.unsplash.com/photo-1549333580-4cb2c5c8e421?q=80&w=2564&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
      min-height: 400px;
      height: 90vh;
      color: white;
      display: flex;
      align-items: center;
      padding: 2rem;
  }
  .header {
      display: flex;
      justify-content: space-between;
      padding: 1.5rem;
  }
  
  .header .links {
      display: flex;
      justify-content: end;
      gap: 1rem;
  }
  
  /* defensive dominators */
  .defense { 
    background:
  url("https://static01.nyt.com/images/2013/01/04/sports/04leading/04leading-articleLarge.jpg?quality=75&auto=webp&disable=upscale");
     background-size: cover;
    min-size: 400px;
    height: 90vh;
    color: white;
    align-items: center;
    padding: 2rem;
    min-size: 400px;
    
  }
  .header {
      display: flex;
      justify-content: space-between;
      padding: 1.5rem;
  }
  
  .header .links {
      display: flex;
      justify-content: end;
      gap: 1rem;
  }
  
  /* teams */


* {
    margin: 0;
    padding: 0;
  }
  
  .teams {
    background: url("https://1075thefan.com/wp-content/uploads/sites/100/2025/08/17552281716309.jpg?w=1024&strip=all&quality=80");
  background-size: cover;
      min-height: 400px;
      height: 90vh;
      color: black;
      display: block;
      align-items: center;
      padding: 2rem;
  }

  /* quarterbacks */

  .qb {
    background:
  url("https://images.unsplash.com/photo-1540396560135-3042c216ffe7?q=80&w=2340&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
      min-height: 400px;
      height: 90vh;
      color: white;
      align-items: center;
    padding: 0;
  }