body {
    font-family: 'ElMessiri-Regular';
    background-color: #f4f4f4;
    padding: 20px;
    direction: rtl;
    text-align: -webkit-center;
}

h2, h3 {
    color: #333;
    font-family: 'ElMessiri-Regular';
}

form {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px #ccc;
    max-width: 500px;
    margin-bottom: 20px;
    font-family: 'ElMessiri-Regular';
}

input, textarea, select, button {
       width: 90%;
    height: 30px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'ElMessiri-Regular';
}

button {
    background-color: #3c8dbc;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'ElMessiri-Regular';
}

button:hover {
    background-color: #367fa9;
}

a {
    text-decoration: none;
    color: #3c8dbc;
}

.notice {
    background-color: #ffdddd;
    border-left: 6px solid red;
    padding: 10px;
    margin-bottom: 20px;
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
}