    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    body {
        height: auto;
        font-family: "Jersey 20", sans-serif;
        color: white;
        background: url("a.png");
        background-repeat: repeat-y;
    }

    a {
        color: white;
        text-decoration: none;
    }

    a:hover {
        color: white;
        text-decoration: none;
    }

    .button:hover {
        padding: 0.6cm 2.1cm;
        transition: 0.1s;
    }

    .button_meio:hover {
        padding: 0.6cm 4.83cm;
        transition: 0.1s;
    }

    .inicio {
        text-align: center;
    }

    .button {
        font-family: "Jersey 20", sans-serif;
        font-size: 20px;
        padding: 0.5cm 2cm;
        margin: 0.3cm 0.3cm;
        background-color: rgba(0, 0, 0, 0.600);
        border: 0;
        border-radius: 5px;
        color: white;
        transition: 0.1s;
    }

    .button_meio {
        padding: 0.5cm 4.73cm;
        font-family: "Jersey 20", sans-serif;
        font-size: 20px;
        background-color: rgba(0, 0, 0, 0.600);
        border: 0;
        border-radius: 5px;
        color: white;
        transition: 0.1s;
    }

    .selecao {
        text-align: center;
        width: 100%;
    }

    .selecao_int {
        margin: 0% 10%;
        border: 0.11cm, solid, black;
        border-radius: 10px;
        background-color: #ff760d38;
        font-size: 23px;
    }

    .item_selecao {
        padding-left: 1cm;
        padding-top: 25px;

    }

    .botaoSelecao {
        font-family: "Jersey 20", sans-serif;
        font-size: 20px;
        padding: 0.2cm 2cm;
        margin: 0.1cm 0.1cm;
        background-color: rgba(0, 0, 0, 0.600);
        border: 0;
        border-radius: 5px;
        color: white;
    }

    .tabela_conteudos {
        width: 96%;
        border: 0.08cm, solid, black;
        border-radius: 7px;
        font-size: 23px;
    }

    .botaoRanking {
        font-family: "Jersey 20", sans-serif;
        font-size: 20px;
        padding: 0.2cm 2cm;
        margin: 0.1cm 0.1cm;
        background-color: rgba(0, 0, 0, 0.600);
        border: 0;
        border-radius: 5px;
        color: white;
    }

    .input {
        height: 37px;
        font-size: 20px;
        font-family: "Jersey 20", sans-serif;
        width: 96%;
        border-radius: 5px;
        border: 0;
    }

    .tabela_ranking {
        width: 95%;
        border: 0.08cm, solid, black;
        border-radius: 7px;
        font-size: 23px;
    }


    .wrap {
        max-width: 820px;
        margin: auto;
        font-size: 25px
    }

    .botao {
        padding: 10px;
        border: 0;
        cursor: pointer;
        border-radius: 8px;
        margin: 6px 0;
        width: 100%;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.600);
        color: white !important;
    }

    .card {
        padding: 16px;
        border: 5px solid #000000ff;
        border-radius: 12px;
        color: white;
        font-family: 'Jersey 20', sans-serif;
        font-size: 30px;
    }

    #timer {
        font-weight: bold;
    }

    #topbar {
        display: flex;
        gap: 16px;
        align-items: baseline;
    }

    #qPoints {
        margin-left: auto;
        font-weight: bold;
    }

    .botao:disabled {
        opacity: .6;
        cursor: not-allowed;
    }