body {
    font-family: Arial, sans-serif;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
th, td {
    border: 3px solid #ddd;
    padding: 6px;
    text-align: left;
}
th {
    background-color: blue;
    color: white;
}
th, td:last-child {
    text-align: center;
}
tr:nth-child(even) {
    background-color: #c9ccf0;
}
a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}
a:hover {
    color: #0056b3;
}
.navbar {
    overflow: hidden;
    background-color: #5460ff; 
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #979696;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #a7a6a6;
    color: white
}

.container {
    margin-top: 60px;
}

