* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  margin: 0.5rem;
}

#backybird-canvas {
  width: calc(100vw - 1rem);
  max-width: 500px;
  border: 2px solid black;
}
