/* scrollbars */
/* width */
::-webkit-scrollbar {
  width: 12px;
  height: 1px;
  background:#000;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 12px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ef016f; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ef016f; 
}
.spangle {
	color:#808080;
}