body {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

#ui {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 20px;
    justify-content: center;
    z-index: 10;
}

.hidden {
    display: none;
}
