h1 {
    color: white;
    padding: 0px;
    border-radius: 5px;
}

h2 {
    background-color: #0c4c8ce3;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

tr,
th,
td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

th {
    background-color: #caf0f8;
    text-align: center;
}

.center {
    text-align: center;
}

a .navitme {
    border-radius: var(--border-radius-large);
    margin: 10px;
    padding: 3px;
}