body {
    background-color: #ffbd59;
    color: black;
}

a {
    color: red;
}

a:hover,
a:focus {
    color: red;
    text-decoration: underline;
}
.gold {
    color: lightgoldenrodyellow;
}

.table-dark {
    background-color: teal !important;
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: lightgoldenrodyellow !important;
}

