*
{
    margin: 0;
    padding: 0;
}

body {
  background-color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

canvas
{
  position: center;
    top: 0;
    left: 0;
    scale: 96%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.375);
}  

