body {
	font-family: Merriweather;
	font-size: 16px;
	line-height: 1.5;
	
	background-color: #ffffff;
	color: #333333;
	margin: 40px auto 40px auto;
	width: 620px;
}

h1 {
	font-size: 24px;
	font-weight: 700;
}

div.cursorindex div {
  position: absolute;
  top: 300px;
  left: 300px;
  width: 32px;
  height: 32px;
  background-color: rgb(248, 89, 182);
	border-radius: 50%;
  z-index: 10000;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
