html, body { 
    margin: 0;
}

#cloth-simulation {
    display: block;
    touch-action: none;
}

#user-interface {
    position: fixed;
    top: 0;
    right: 0;
}