@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
html, body {
  font-family: 'MedievalSharp', cursive;
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}


html, body {
  height: 100%;
}

body {
  margin: 0;
  display: flex;

  /* This centers our sketch horizontally. */
  justify-content: center;

  /* This centers our sketch vertically. */
  align-items: center;
}

button {
  font-family: 'MedievalSharp', cursive;
  font-weight: bold;
  font-size: large;
  margin: right;
  display: block;
  padding: 10px;
  color: #774006;
  background-color: #d7c9c1;
  border-radius: 50%;
  border-style: solid;
  border-color: inherit;
  width: 200px;
  height: 100px;
  outline: none;

}
