body {
  margin: 0;
  background: #020202;
  cursor: crosshair;
}
canvas{display:block}
h1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 30px;
  font-weight: 900;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}

#bd {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: pink;
	font-family: "Source Sans Pro";
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}

#msg {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-family: "Source Sans Pro";
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}
#heart {
	color: red;
	outline-color: white;
	padding-left: 10px;
	padding-right: 10px;
	outline-width: 7px;
	outline-style: dotted;
}