body {
    background-color: #333;
    font-family: Arial, sans-serif;
    color: white;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #555;
}

th, td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #555;
    color: white;
}

/* Dropdown select style */
select#sortType, input#ipSearch {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #666;
    border-radius: 4px;
    background-color: #444;
    color: white;
}

select#sortType option {
    background-color: #444;
    color: white;
    padding: 5px;
}

a {
    color: #007BFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0056b3;
}
