body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9fafb;
    color: #333333;
    margin: 0;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #4f46e5;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

thead {
    background-color: #6366f1;
    color: #ffffff;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

tr:hover {
    background-color: #354a75;
    color: white;
}

a {
    text-decoration: none;
    color: white;
}

button {
    background-color: #6366f1;
    border: none;
    padding: 8px 16px;
    margin: 2px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #4f46e5;
}

a:hover {
    text-decoration: underline;
}

a[href="/../index.php"] {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #6366f1;
    font-weight: bold;
    text-decoration: underline;
}

a[href="/../index.php"]:hover {
    color: #4f46e5;
}
