html {
    padding: 0;
    margin: 0;
    overflow: scroll;

}

#matter-container {
    width: 100vw;
    height: 300vh;
    overflow: hidden;
    background: #F3EEDF;

    /* allows dragging in the container without disabling scroll */
    touch-action: pan-y;
    /* 
    margin-top: 10vh;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto; */

    /* border-radius: 1vw; */

}

body {
    margin: 0;
    overflow: scroll;

}

#matter-path {
    display: none;
}