body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url('/storage/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.navbar .nav-link.active {
    font-weight: 600;
    color: #ffc107 !important; /* Bootstrap warning/yellow */
}

footer {
    font-size: 0.9rem;
}

a {
    text-decoration: none;
}

.card {
    max-width: 500px; /* example max width */
    width: 100%;
}

.btn-block {
    width: 100%;
}

.card-title {
    margin-top: 30px;
    text-align: center;
    font-weight: bolder;
}

.table {
    color: antiquewhite;
    border: 2px solid white;
    text-align: center;
    background-color: black;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

table.center-all td,
th {
    text-align: center !important;
}
.bold-top-border td {
    border-top: 3px solid #ffc107 !important;
}