body {
    margin: 0;
    padding: 0;
}

.canvas__container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    margin:0;
    box-sizing: border-box;
}

canvas {
    margin: auto;
    display: block;
    height: auto !important;
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}
