* {
    touch-action: manipulation;
    user-select: none;
}

html, body, .ui-page {
    min-width: 1000px !important;
    width: 100vw !important;
    min-height: 2000px !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

.player {
    position: absolute;
    top: 0;
    display: block;
    min-width: 200px !important;
    max-width: 1000px !important;
    height: 200px;
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
    line-height: 200px;
    z-index: 100 !important;
    /*transition: width ease-in-out 50ms;*/
}

.p1 {
    left: 0;
    background-color: blue;
}

.p2 {
    right: -20px;
    background-color: red;
}

#alert, form {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 76vw;
    height: 50vh;
    margin-left: 12vw;
    margin-top: 12vh;
    font-weight: bolder;
    color: blueviolet;
    font-size: 36px;
    text-align: center;
    z-index: 1 !important;
    transition: opacity ease-in-out 500ms;
}

form {
    opacity: 1 !important;
}
.ui-loader {
    display: none !important;
}

/*pre {*/
/*width: 100%;*/
/*font-size: 25px;*/
/*text-align: center;*/
/*}*/