body{
    font-size: 22px;
    direction: rtl;
    margin: 4em 12.5% 2em 12.5%;
    font-family: "Unixel", sans-serif;
    line-height: 1.5;
    word-break: break-word;
    text-decoration:none;
    font-weight: 500;
    min-width: 250px;
  }

h1,h2,h3,h4,h5,h6{
    color:rgb(63, 71, 79);

}

::selection {
    background-color:rgb(63, 71, 79);
    color:aliceblue;
}

svg{
    margin: 0px 0px 0px 5px;
    width: 1.5em;
    height: 1.5em;
    fill:rgb(63, 71, 79);
}

.title{
    text-align: center;
    font-weight: 900;
    font-size: 50px;
}


.subtitle{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-top: -2em;
}


p{
    margin-top: 1em;
}

.t{
    justify-content:center;
    display: flex;
    flex-direction: row;
    margin: 0em 0em 0em 0em;
}

button{
    display: flex;
    font-family: "Unixel", sans-serif;
    font-size: 1.5rem;
    background-color: #f0f0f0;
    margin: 10px 10px 10px 10px;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 400;
    padding: 16px 26px;
    font-size: 1.5rem;
    border: 0px;
    cursor: pointer;
    height: 64px;
    color: rgb(63, 71, 79);
}

.buttondownload{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00cc99;
    color:#f0f0f0;
}

.svg-download{
    fill: rgb(255, 255, 255);
    width: 27px;
}

.do{
    justify-content:center;
    display: flex;
    flex-direction: row;
}

.atitle,.adownload{
    margin: -1em 0.5em 1em 0.5em;
    text-align: center
}

a{
    color:#00cc99;
    text-decoration:none;
}

.footer{
    margin-top: 5em;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}

.footer-lang {
    padding: 0px 5px;
    color: black;
    font-size: 16px;
    font-weight: normal;
    color: darkgray;
}

@media all and (min-width: 384px) and (max-width: 675px) {
    body{
        margin: 1.5em 0% 2em 0%;
    }
    
    .title{
        margin: 0.05em 0em 0.7em 0em;
        font-size: 56px;
        padding: 0px;
    }
    
    .subtitle{
        text-align: center;
        font-size: 20px;
        margin: -2em 0em 0.0em 0em;
        padding: 0px;
    }
    
    p{
        margin: 1.5em;
        font-size: 1.5rem;

    }
    
    button{
        margin: 10px 10px 10px 10px;
        font-size: 1.2rem;
    }
    
    .buttondownload{
        left: -50%;
        transform: translate(50%, 00%);
        margin: 0px;
    }
    
    .footer{
        margin-top: 1em;
        padding: 10px 0;
        font-size: 16px;
    }

    .t{
        display: block;
    }

    .atitle,.adownload{
        margin: 0.5em 0em 1em 0em;
    }
    
    .logo{
        margin: 15px 0px 0px 0px;
        height: 25px;
        width: auto;
        fill: rgb(63, 71, 79);
        display:inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    .logoo{
        text-align: center;
        height: 44px;
        width: auto;
        fill: rgb(63, 71, 79);
        display:inline-flex;
        margin: 35px 10px 30px 10px;
        align-items: center;
        justify-content: center;
        padding: 10px;
        justify-content:center;
    }

}


@media all and (max-width: 384px) {
    body{
        margin: 1.5em 0% 2em 0%;
    }
    
    .title{
        margin: 0.05em 0em 0.7em 0em;
        font-size: 36px;
        padding: 0px;
    }
    
    .subtitle{
        text-align: center;
        font-size: 18px;
        margin: -1.5em 0em 0.0em 0em;
        padding: 0px;
    }
    
    p{
        font-size: 1.1rem;
        margin: 2em;
    }
    
    button{
        margin: 10px 5px 5px 5px;
        font-size: 1rem;
        left: -50%;
        transform: translate(50%, 00%);
    }
    
    .buttondownload{
        left: -50%;
        transform: translate(50%, 00%);
    }
    
    .footer{
        margin-top: 3em;
        padding: 10px 0;
        font-size: 16px;
    }

    .t{
        display: block;
    }

    .atitle,.adownload{
        margin: 0.25em 0em 1em 0em;
    }

    .do{
         display: block;
    }

    .button-menu{
        margin: 10px 5px 10px 5px;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 10px;
        height: auto;
        width: auto;
        background-color: rgb(255, 255, 255);
        transition: background-color 0.25s;
    }

    a{
        margin: 0px;
        padding: 0px;
    }

}