/* html, body {
    display: flex;
    justify-content: center;
  }

  #Text {
    background-color: black;
    border-radius: 10px;
    color: white;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  } */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    display: flex;
    justify-content: center;
}

canvas {
    display: block;
}