.result {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #4caf50;
    color: white;
    font-weight: bold;
}

tr:hover {
    background-color: #f5f5f5;;
}

.highlight {
    background-color: #ffeb3b;
    font-weight: bold;
    border-left: 5px solid #ff9800;
}