body{
    direction: rtl;
    margin: 20px;
}
.altahia{
    text-align: center;
    margin: auto;
}
.tahia{
    text-align: center;
    margin: auto;
}
div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
}
button{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
