*{
  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;  /* Cor de fundo escura */
    color: white;            /* Texto branco */
    z-index: 10;             /* Fica acima de outros elementos */
    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: #928213;
}

.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: #928213;  /* só pra ver a div no teste */
  padding: 20px;
  box-sizing: border-box;
}

.centro .vermelho .cdds{
    position: absolute;
    top: 280px;
    left: 690px;
}

.centro .vermelho .icones{
    position: absolute;
    top: 310px;
    left: 705px;
    height: 60px;
}

.centro .vermelho .super{
    position: absolute;
    top: 90px;
    left: 350px;
    height: 500px;
}

h1.texto{
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  color: white;
  font-size: 65px;
  position: absolute;
  top: 200px;
  left: 670px;
}

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


.container {
      width: 100%;
      margin: 60px auto;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }
    .header {
      background-color: #003366;
      color: white;
      padding: 20px;
      font-size: 24px;
      text-align: center;
      margin-bottom: 1px;
    }
    table {
      width: 100%;
      border-collapse: collapse;
    }
    th, td {
      padding: 12px;
      text-align: center;
      border-bottom: 1px solid #ddd;
    }
    th {
      background-color: #003366 ;
      color: white;
    }
    tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    .jornada {
      background-color: #003366;
      color: white;
      font-weight: bold;
    }
    .data {
      color: #555;
    }
    .hora {
      color: #555;
    }
    .resultado {
      color: #012e40;
    }

    h2 {
      color: #928213;
      border-bottom: 2px solid #928213;
      padding-bottom: 5px;
      margin-left: 7px;
    }

    .categoria {
      margin-bottom: 30px;
    }

    .jogador {
      display: flex;
      align-items: center;
      background: #fff;
      padding: 10px;
      margin: 5px 0;
      border-radius: 6px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .numero {
      font-weight: bold;
      width: 30px;
      font-size: 28px;
    }

    .golos {
      width: 50px;
      height: 50px;
      margin: 0 10px;
      object-fit: cover;
    }

    .info {
      display: flex;
      flex-direction: column;
    }

    .nome {
      font-weight: normal;
      font-size: 20px;
    }
    
    .idade {
      font-size: 0.85em;
      color: #666;
    }
    
    tbody tr:hover {
      background-color: #f1f1f1;
    }

    .D{
      background-color: #ff998e;
      border-radius: 20px;
      width: 40px;       /* Define o diâmetro do círculo */
      height: 40px;
      text-align: center;
      line-height: 40px; /* Centraliza o texto verticalmente */
      border-radius: 50%; /* Torna a forma redonda */
    }

    .E{
      background-color: #ffe489;
      border-radius: 20px;
      width: 40px;       /* Define o diâmetro do círculo */
      height: 40px;
      text-align: center;
      line-height: 40px; /* Centraliza o texto verticalmente */
      border-radius: 50%; /* Torna a forma redonda */
    }

    .V{
      background-color: #a7ff89;
      border-radius: 20px;
      width: 40px;       /* Define o diâmetro do círculo */
      height: 40px;
      text-align: center;
      line-height: 40px; /* Centraliza o texto verticalmente */
      border-radius: 50%; /* Torna a forma redonda */
    }
    .equipa76{
      margin-left: 330px;
    }

