
.jackrules {
    display: flex;
    flex-direction: column;
    align-items: center ;
    text-align: center; 
    width: 90%;
    min-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.jackrules-container p  {
    margin-top: 15px;
}
.jackrules-container h1  {
    margin-top: 25px;
}
.jackrules-container h2  {
    margin-top: 20px;
}

.jack {
    display: flex;
    flex-direction: column;
    align-items: center ;
    text-align: center; 
    width: 100%;
    min-width: 100%;
}

.listJogadores {
    display: flex;
    flex-direction: column;
    align-items: center ;
    text-align: center; 
    width: 60%;
    min-width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    max-height: 350px;
    overflow-y: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 10px 2px var(--cor-texto);
}