body {
    margin: 0;
    overflow: hidden;
}

#ui {
    position: absolute;
    top: 15px;
    left: 15px;
}

#darkui {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
}

.widebutton {
    width: 100px
}