html {
  height: 100%;
  width: 100%;
}

body {
  color: hotpink;
}

canvas {
  border: 1px solid black;
  background-color: white;
}
.row {
  display: flex;
  flex-direction: row;
  }