body {
    background-color: black;
}

h1 {
    font-size: 40px;
}

/* .form-control {
    width: 80%;    
} */

input, select, button {
    padding: 12px 18px !important;
    font-weight: 700 !important;
    color: rgba(60, 59, 59, 0.865) !important;
}

.form-control:focus, .form-select:focus {
    border-color: #4a4a4a;
    box-shadow: 0 0 0 .25rem rgba(57, 57, 57, 0.965);
}

.box {
    padding: 24px;
    background-color: rgb(53, 53, 53);
    border-radius: 8px;
}

.btn-danger {
    padding: 6px 10px    !important;
}

table {
    font-size: 19px;
}          

.trash {
    font-size: 24px;
    color: red;
    cursor: pointer;
}