body {
    padding: 20px;
    font-family: Arial, sans-serif;
}

h1 {
    color: #007bff; /* Bootstrap primary color */
}

td {
  vertical-align: top;
}

button.sorter {
    background:none;
    border:none;
}

.btn-custom {
    background-color: #28a745; /* Bootstrap success color */
    color: white;
}

.navbar-custom {
    background-color: #343a40; /* Bootstrap dark color */
}

.nav-link {
    color: #007bff;
    /* text-decoration: underline; */
    margin-right: 15px;
}

.footer {
    text-align: center;
    padding: 10px;
    background-color: #f8f9fa; /* Bootstrap light color */
}