body {
    background: #0c0c0c;
    color: #f2f2f2;
    font-family: Arial, sans-serif;
}

#explorerMap {
    height: 450px;
    width: 100%;
    margin: 20px 0;
    border: 1px solid #222;
    border-radius: 8px;
}

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

.explorer-table th, 
.explorer-table td {
    padding: 8px;
    border-bottom: 1px solid #333;
}

.explorer-table th {
    background: #111;
}

.explorer-table tr:hover {
    background: #1a1a1a;
}
