body {
    margin: 0;
    padding: 0;
    background-color: black;
}

#uix-root {
    position:fixed !important;
    top: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

#automation {
    position: absolute;
    z-index: 999;
}
