body {
  background-color: #2f2f2f;
}

.window {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#myCanvas {
  margin-bottom: 20px;
}

#upload {
  margin-bottom: 20px;
}
