.canvas-window {
    width: 640px;
    height: 571px;
    background-color: white;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}


.canvas-container {
    position: relative;
}