body {
    background-color: rgb(0, 57, 98);
    /* font-family: "Avenir Next LT Pro", "Avenir Next LT Pro Demi";    */
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    color: white
}

#response_border {
    background-color: white;
    color: black;
}

.responses{
    background-color: rgb(0, 57, 98, 0.1);
}
/* #resource_info{
    color: rgb(0, 57, 98);
} */

.btn-outline-secondary, .btn-outline-primary {
    background-color: white;
    color: rgb(0, 57, 98);
}