body {
      font-family: Arial, sans-serif;
      background-color: #1c1c1c;
      color: #f1f1f1;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
    }

    h1 {
      text-align: center;
      color: #444;
    }

    p {
      text-align: center;
      color: chartreuse;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }

    th, .tabela {
      border: 1px solid #ccc;
      padding: 10px;
      text-align: center;
    }

    th {
      background-color: #e0e0e0;
    }

    tr:nth-child(even) {
      background-color: #f2f2f2;
    }

    .container {
      max-width: 800px;
      margin: auto;
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 0 15px rgba(0,0,0,0.5);
    }

    .titulo-regras {
      text-align: center;
      color: #00ff99;
      margin-bottom: 20px;
    }

    .tabela-regras {
      width: 100%;
      border-collapse: collapse;
    }

    th, .regras {
      padding: 12px 15px;
      border: 1px solid #444;
      text-align: left;
    }

    th {
      background-color: #333;
      color: #00ff99;
      text-align: center;
    }

    tr:nth-child(even) {
      background-color: #1f1f1f;
    }

    tr:hover {
      background-color: #333;
    }

    @media (max-width: 600px) {
      td, th {
        display: block;
        width: 100%;
      }
      th {
        background-color: transparent;
        color: #00ff99;
        text-align: center;
        padding-top: 20px;
      }
      td {
        border: none;
        border-bottom: 1px solid #444;
      }
    }
    
.butao_principal {
    background-color: rgb(89, 109, 68);
    color: rgb(255, 255, 255);
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: .4s;
}
    .butao_principal:hover {
        background-color: transparent;
        border: 2px solid rgb(89, 109, 68);
        cursor: pointer;
    }
.segredo {
    color: transparent;
}

    .segredo:hover {
      color: white;
    }

footer {
    position: relative;
    width: 100%;
    height: 400px;
    background: #101010;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}

    footer p:nth-child(1) {
        font-size: 30px;
        color: white;
        margin-bottom: 20px;
        font-weight: bold;
        justify-content: center;
        text-align: center;
    }

    footer p:nth-child(2) {
        color: white;
        font-size: 17px;
        text-align: center;
        line-height: 26px;
    }

.social {
    display: flex;
    justify-content: center;
}

    .social a {
        align-items: center;
        justify-content: center;
        background: #f9004d;
        border-radius: 30%;
        margin: 30px;
        color: white;
        text-decoration: none;
        font-size: 20px;
        padding: 9px 22px;
        border-radius: 30px;
    }

        .social a:hover {
            transform: scale(1.3);
            transition: .3s;
        }

.end {
    position: absolute;
    color: #f9004d;
    bottom: 35px;
    font-size: 14px;
    align-self: center;
}

.podio-card {
    background-color: #222;
    color: white;
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 15px gold;
}

.podio-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin-top: 20px;
}

.podio {
    background: #444;
    border-radius: 8px 8px 0 0;
    padding: 15px;
    width: 100px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

    .podio .posicao {
        font-weight: bold;
        font-size: 20px;
        background: gold;
        color: #000;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        box-shadow: 0 0 5px #ffd700;
    }

.primeiro {
    height: 150px;
    background: linear-gradient(45deg, #ffd700, #ffbf00);
    box-shadow: 0 0 20px #ffd700;
    font-weight: bold;
    font-size: 22px;
}

.segundo {
    height: 120px;
    background: linear-gradient(45deg, #c0c0c0, #a9a9a9);
    font-weight: bold;
    font-size: 20px;
}

.terceiro {
    height: 100px;
    background: linear-gradient(45deg, #cd7f32, #b87333);
    font-weight: bold;
    font-size: 18px;
}