body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f8f9fa;
    direction: rtl;
    padding: 20px;
}

h1 {
    color: #007bff;
}

label, input, button {
    font-size: 16px;
    margin: 10px;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: white;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 10px;
    text-align: center;
}

th {
    background-color: #007bff;
    color: white;
}
