@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic&family=Inter:wght@400;600;800&display=swap');
*{
    margin: 0%;
    padding: 0%;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-family: 'Inter', sans-serif;
    color: #000;
}
/* ScrollBar */
body::-webkit-scrollbar{
    width: 6px;
    background-color: #00000000;
}
body::-webkit-scrollbar-thumb{
    background-color: #006cf6;
}
*::selection{
    background-color: #006CF6;
    color: black;
}

body{
    width: 100%;
    height: 100%;
    /*background-color: #006CF620;*/
    background-color: aliceblue;

    /*background-color:hsla(300,0%,96%,1);*/
    /*background-color: #006CF610;*/
    
}
body > .about-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    width: 100%;
    height: 100%;
    margin-bottom: 2%;

}
body > .container-counter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
