body, html, a, pre, h1,h2,h3 {
    font-family: 'Poppins', sans-serif;
}
.modalCentralizado{
    width: 50%; margin-left: auto; margin-right: auto; margin-top: 1%;
    height: 80%;
    height: 80%;
    overflow: auto;
}

.panel-body{
}
.floatright{
    float: right;
}
a:link, a:visited {
    color: #333333;
    text-decoration: none
}
a:hover {
    text-decoration: none;
    color: #5a5757;
    
}
a:active {
    text-decoration: none
}
.color-red{
    color: red;
}
.color-green{
    color: green;
}
.orange{color: orange}
.grey{color: grey}
.red{color: red}
.green{color: green}