
.lablecontainer {
    display: flex;
    justify-content: space-between;
}
.arabic {
    display: flex;
}
.english {
    display: flex;
}
.title {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.formbtn {
    display: flex;
    justify-content: center;
    align-content: center;
}
.submitbtn {
    display: flex;
    justify-content: center;
    margin: 5px;
    width: 200px;
}
.clearbtn {
    display: flex;
    justify-content: center;
    margin: 5px;
    width: 120px;;
}

