* {
    direction: rtl;
    text-align: right;
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.header img {
 max-height: 100px;
 margin-left: 30px;
 margin-bottom: 5px;
 


}
.title,
th,
tr,
td    {
    font-weight: bold;
    border: 1px solid black;
    padding: 10px 0px;
    border-radius: 8px;
    text-align: center;
    
}
td {
    width: 60%;

}

.form {
    width: 100%;
    height: 70vh;
     border: 1px solid black;
     border-collapse: collapse;
     text-transform: capitalize;
     
    
}

.btn {
    border: 1px solid black;
    width: 90%;
    
   
}
