body {
  font-family: "Tahoma", sans-serif;
  direction: rtl;
  background-color: #f5f5f5;
  margin: 40px;
}

h2 {
  color: #0a4b78;
  text-align: center;
}

form {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  max-width: 500px;
  margin: auto;
  box-shadow: 0 0 10px #ccc;
}

input, select, button {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}

button {
  background-color: #0a4b78;
  color: white;
  border: none;
}
table {
  width: 100%;
  background: white;
  border-collapse: collapse;
}
th, td {
  padding: 10px;
  text-align: center;
}
th {
  background: #0a4b78;
  color: white;
}
