
#cabecalho {
    text-align: center;
    color: rgb(184, 6, 6);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    background-color: rgb(35, 29, 29);
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
    width: 1000px;
    border-radius: 15px;
}

#credito {
    font-size: 15px;
}

body{
    background-color: rgb(101, 120, 182);
    justify-content: center;
    align-items: center;
    
}

.categoria{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(184, 6, 6);
    font-size: 20px;
    background-color: rgb(35, 29, 29);
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    width: 1000px;
    border-radius: 15px;
    

}

button{
    width: 200px;
    height: 100px;
    font-size: 15px;
    font-family: Verdana, Tahoma, sans-serif;
    color:rgb(184, 6, 6);
    margin: 8PX 10px 20px 10px;
    background-color: rgb(221, 199, 199);
    border-radius: 20px;

}

button:hover{
    color:  rgb(240, 224, 224);
    background-color: rgb(184, 6, 6);
    cursor: pointer;
}

button:active {
  background-color: rgb(207, 8, 8);
  transform: translateY(4px);
}

.modal {
    display: none; 
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); 
    }

.modal-conteudo {
    background-color: rgb(148, 7, 7);
    margin: 18% auto;
    padding: 18px;
    border-radius: 10px;
    width: 450px;
    height: 120px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

#mensagemPopup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;    
    color:  rgb(240, 224, 224);
    }

table {
    display: none;
    }

#dicas{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(184, 6, 6);
    font-size: 20px;
    background-color: rgb(35, 29, 29);
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    width: 1000px;
    border-radius: 15px;

}


ol{
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    color:  rgb(240, 224, 224);   
}

#dc{
    margin: 20PX 40px 30px 60px;
}

.alinhar{
    display: grid;
    grid-template-columns: 200px 250px 200px;
    justify-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.alinhar2{
    display: grid;
    grid-template-columns: 240px 220px;
    justify-items: center;
    justify-content: center;
    margin-bottom: 2px;
    
}