* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #333; */
}

canvas {
  height: auto;
  width: 100vw;
  max-width: 600px;
  aspect-ratio: 600 / 130;
  background-color: #fff;
}