body {
  background-color: aliceblue;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  color: #7dd034;;
  padding-top: 20px;
}

canvas {
  background-color: aliceblue;
  margin-bottom: 10px;
}

.controls {
  font-size: 1.2rem;
}
label{
    background-color: rgb(7, 7, 7);
    color: beige;
    border-radius: 40px;
    border-color: blanchedalmond;
}

