h2 {
    color: #333;
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #2811ac;
    color: white;
}

td {
    background-color: #f9f9f9;
}

a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 15px;
    text-decoration: none;
    background: #22074e;
    color: white;
    border-radius: 5px;
}

a:hover {
    background: #0a0216;
}