#ConteudoTema{
    padding:18px;
    width:100%;
    display:none;
}

#ConteudoTema{
    text-align:start;
}

#texto{
    background-color: aqua;
    width:86vw;
    opacity:0.8;
    display:flex;
    justify-content: center;
    font-weight:1000;
    
}#texto:hover{
    background-color: rgb(4, 143, 143);
}
#check[type="checkbox"]:checked ~ #ConteudoTema{
    display: block;
}




