/*root*/
* {
    user-select: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    width:100%;
    overflow-x:hidden;
}

button{
    border:none;
}

button:focus {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.mainfont {
    font-family: 'Cairo', sans-serif;
}






