/* style.css */

body {
    background-color: #f9f9f9;
}

h2 {
    color: #343a40;
}

.table th, .table td {
    vertical-align: middle;
}

button#clear {
    margin-left: 10px;
}

.navbar{
    background-color: black !important;
    
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-brand,
.navbar .nav-link.active {
    color: white !important;
}