body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background: #f4f4f4;
}

h1 {
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

th,
td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background: #222;
    color: white;
}

tr:hover {
    background: #f0f0f0;
}

.success {
    color: green;
    font-weight: bold;
}

.failed {
    color: red;
    font-weight: bold;
}
