body {
  display: flex;
  flex-direction: column;
  align-items: center;

  font-family: Arial, Helvetica, sans-serif;
  background-color: whitesmoke;
}

h1 {
  margin: 5px 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  margin: 0px;
  font-weight: bold;
}

#canvas {
  background-color: white;
  border: 1px solid gray;
  cursor: pointer;
}