.Canvas {
    background-color: white;
    position:relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    line-height: 1.5;
}