.tema_escuro{
    color: rgb(76, 116, 228);
}

body.tema_escuro figcaption{
    color: rgba(46, 94, 224, 0.61);
}

body{
    background-color: rgba(21, 75, 224, 0.6);
}

img{
    border: rgba(4, 29, 99, 0.6) solid 3px;
}

figcaption{
    font-size:14px;
    font-family:'Courier New', Courier, monospace;
    color: rgba(34, 34, 34, 0.616);
}

#regra_css{
    width: 400px;
    height: 250px;
}

#content{
    color: rgb(22, 180, 17);
}

#padding{
    color: rgb(212, 165, 10);
}

#border{
    color: rgb(191, 20, 197);
}

#margin{
    color: rgb(179, 6, 6);
}

#Seletor{
    color: rgb(7, 61, 236);
}

#Propriedade{
    color: rgb(135, 8, 209);
}

#Valor{
    color: rgb(231, 115, 6);
}
