body {
    font-family: 'Arial', sans-serif;
    background-color: #1e1e1e;
    color: #f5f5f5;
    text-align: center;
}

h1 {
    color: #ff6f61;
    margin-top: 20px;
}

table {
    margin: 20px auto;
    border-collapse: collapse;
    width: 85%;
    background-color: #2b2b2b;
}

th, td {
    padding: 15px;
    border: 1px solid #444;
    text-align: center;
}

th {
    background-color: #ff6f61;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

td {
    background-color: #333;
    color: #f5f5f5;
}

tr:nth-child(even) {
    background-color: #2e2e2e;
}

tr:hover {
    background-color: #555;
    color: #fff;
}

th:hover, td:hover {
    background-color: #ff8a80;
    color: #fff;
}
a{
    color: white;
}
