body {
  margin: 0;
  font-family: sans-serif;
}

main {
  text-align: center;
}

canvas[resize] {
  width: 80%;
  height: 80%;
  background-color: #eee;
}
