html {
    width: 100%;
    height: 100%;
    background:  white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body {
    width: 100%;
    height: 100%;
    background:  white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

canvas {
    margin: auto;
    display: block;
    box-shadow: 0px 4px 24px -4px rgba(0, 0, 0, 0.15);
}

body {
  background: GhostWhite;
  color: black;
}
