body {
    font-family: Arial, sans-serif;
    background-color: white;
    color: #01486D;
}

.login-container, .sidebar, .content {
    text-align: center;
    padding: 20px;
}

.sidebar {
    width: 200px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #01486D;
    color: white;
}

.sidebar a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
}

.content {
    margin-left: 220px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    border: 1px solid #01486D;
}
