#custom {
    font-family: arial;
}
a#custom {
    text-decoration: none;
    color: #4682B4;
}
a#custom:hover {
    text-decoration: underline;
}
span#custom {
    color: #8ac6f2;
}
span#customString {
    color: #deded3;
}
span#customInt {
    color: #e1de3e;
}
span#customBool {
    color: #a3eabc;
}
#teste {
    background: red;
}
div#recurso {
    background: #525252;
    color: #DEDED3;
    padding: 0.1px;
}
span {
    margin-left: 1%;
}
#ArrayObject {
    margin-left: 8%;
}