CSS RESET

html, body{
        max-width: 100%;
        overflow-x: hidden;
    }
}
*:focus,*{
	outline:none;
}