html, body {
  margin:0px;
  padding:0px;
	display: flex;
  justify-content: center;
	align-items: center;
  background-color:#fff4ff;
  font-family:sans-serif;
  font-size:16px;
  overflow:hidden;
}


p {
  color:#aeb7c0;
}
canvas {
	border: 25px solid hotpink;
	border-radius: 10px;
  background-color: #fff4ff;
}
