*{
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: all .2s linear;
    text-decoration: none;
    outline: none;
}

body{
    overflow-x: hidden;
}

html ::-webkit-scrollbar{
    height: .5rem;
    width: 0.7rem;
    cursor: pointer;
}
html ::-webkit-scrollbar-track{
    background-color: transparent;
}
html ::-webkit-scrollbar-thumb{
    background-color: #414AB8;
}
*::selection{
    background-color: #414AB8;
    color: #FFFFFF;
}
img{
    user-select: none;
}






 