body {
    background: linear-gradient(to right, #2d3135, #2b3610b8, #11141c);
}
.mt-5, .my-5 {
    border-radius: 10px;
    padding: 15px;
    color: white;
    background: #afaf0e;
    text-align: center;
    margin-top: 3rem !important;
}
.btn-primary {
    margin: 5px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
thead th {
    color: white;
    border-bottom-width: 2px;
}
.table-bordered td, .table-bordered th {
    color: white;
    border: 1px solid #dee2e6;
}