*{
  margin: 0;
  padding: 0;
  font-family: "Copperplate", fantasy;
  font-weight: normal;
}

/*topo do site*/

body {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topo {
    width: 100%;
    padding: 10px;
    background-color: #012e40;  
    color: white;            
    z-index: 10;            
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.menu-superior ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin-right: 325px;
}

.menu-superior a {
  color: white;
  text-decoration: none;
  font-size: 25px;
}

.menu-superior a:hover {
  text-decoration: underline;
  color: #6eb9ff;
}

.logoui {
  width: 230px;
  height: auto;
  margin-left: 290px;
 
}

/*div vermelha*/

.centro {
  width: 68%;             /* ou 600px, se preferir tamanho fixo */
  height: 100%;          /* 100% da altura da tela */
  margin: 0 auto;         /* centraliza horizontalmente */
  background-color: #f0f0f0;  /* só pra ver a div no teste */
  padding: 20px;
  box-sizing: border-box;
}

.centro .vermelho{
  width: 100%;             /* ou 600px, se preferir tamanho fixo */
  height: 40vh;          /* 100% da altura da tela */
  margin: 0 auto;         /* centraliza horizontalmente */
  background-color: #861a03;  /* só pra ver a div no teste */
  padding: 20px;
  box-sizing: border-box;
}

.centro .vermelho .cdds{
    position: absolute;
    top: 230px;
    left: 590px;
}

.centro .vermelho .icones{
    position: absolute;
    top: 270px;
    left: 605px;
    height: 60px;
}

.centro .vermelho .super{
  margin-left: 60px;
  height: 250px;
}

h1.texto{
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  color: white;
  font-size: 45px;
}

h3.cdds{
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  color: white;
  font-size: 17px;
}

  .estatisticas{
    display: flex;
    padding: 40px;
    align-items: center;
    column-gap: 100px;
    margin-left: 130px;
   }

   
    .topscorer-card2 {
      width: 400px;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      overflow: hidden;
    }
    .topscorer-card3 {
      width: 400px;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .header {
      background-color: #b90000;
      color: white;
      padding: 10px;
      text-transform: uppercase;
      font-size: 25px;
    }

    .topscorer79 {  
      display: flex;
      background: linear-gradient(to right, #800000, #ffffff);
      padding: 40px;
      align-items: center;
      gap: 15px;
    }

    .topscorer79 img {
      width: 170px;
      height: 180px;
      object-fit: cover;
      border-radius: 3px;
    }

    .topscorer80 {  
      display: flex;
      background: linear-gradient(to right, #2c2863, #ffffff);
      padding: 40px;
      align-items: center;
      gap: 15px;
    }

    .topscorer80 img {
      width: 170px;
      height: 180px;
      object-fit: cover;
      border-radius: 3px;
    }
    

    .topscorer78 {  
      display: flex;
      background: linear-gradient(to right,  #a653a2, #FFFFFF);
      padding: 40px;
      align-items: center;
      gap: 15px;
    }

    .topscorer78 img {
      width: 170px;
      height: 180px;
      object-fit: cover;
      border-radius: 3px;
    }

    .topscorer75 {  
      display: flex;
      background: linear-gradient(to right,  #1B6B6A, #FFFFFF);
      padding: 40px;
      align-items: center;
      gap: 15px;
    }

    .topscorer75 img {
      width: 170px;
      height: 180px;
      object-fit: cover;
      border-radius: 3px;
    }

    .topscorer-info {
      flex: 1;
    }

    .topscorer-info h2 {
      margin: 0;
      font-size: 25px;
    }

    .topscorer-info p {
      margin: 3px 0;
      font-size: 14px;
    }

    .topscorer-info .goals {
      font-size: 26px;
      font-weight: bold;
      margin-top: 5px;
    }

    .list {
      padding-left: 10px;
      padding-right: 10px;
    }

    .player {
      display: flex;
      justify-content: space-between;
      padding: 10px 0;
      border-bottom: 1px solid #eee;
      font-size: 20px;
    }

    .player:last-child {
      border-bottom: none;
    }

    .player img {
      height: 60px;
      object-fit: cover;
      border-radius: 0px;
      margin-bottom: -20px;
      margin-top: -10px;
      align-items: center;
    }
    table {
      width: 100%;
      max-width: 800px;
      margin: auto;
      border-collapse: collapse;
      background-color: #ffffff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      margin-bottom: 40px;
    }

    th, td {
      padding: 15px;
      text-align: left;
      border-bottom: 1px solid #dddddd;
    }
 
    tr:nth-child(even) {
      background-color: #f9f9f9;
    }
 
    caption {
      background-color: #b90000;
      color: white;
      padding: 10px;
      text-transform: uppercase;
      font-size: 25px;
      margin-top: 50px;
      margin-bottom: 10px;
    }
    .equipa79{
      margin-top: 40px;
      padding-top: 40px;
      align-items: center;
    }

