::-webkit-scrollbar { 
    display: none; 
}

::selection {
  background: #ceedbe; /* WebKit/Blink Browsers */
}

body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
