.btn-primary {
    background-color: #032357;
}

.warning {
    background-color: #ffc705;
}

.text-warning {
    color: #ffc705;
}

.text-primary {
    color: #032357;
}

.deco-none {
    text-decoration: none;
}

table {
    overflow: scroll;
}

#topbar {
    background-color: white;
}

.content {
    background-color: #ffc705;
}

.bg-primary {
    background-color: #032357;
}
