.ratio-9x16 {
    --bs-aspect-ratio: 177.7777777778%;
}

html ,
body {
    height: 100%;
}

body {
    overflow: hidden;
    background: #ACA4CE;
}

video {
    display: none;
}
video.idle {
    display: block;
}

body#selector {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}

body#control {
    background-color: #f5f5f5;
}
body#control .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
}
body#control #status {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
body#control #status.alert-danger {
    background: #F22;
    border-color: #F22;
    color: #FFF;
}

body#nudge {
    background-color: #f5f5f5;
}
body#nudge .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
}
body#nudge tbody th ,
body#nudge tbody td {
    vertical-align: middle;
}

body#main ,
body#side {
    display: flex;
    align-items: center;
}

body#stat {
    background: #f5f5f5;
}
body#stat h1 ,
body#stat h2 ,
body#stat p {
    text-transform: uppercase;
    text-align: center;
}
body#stat .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
}
body#stat h2 {
    font-size: 1.5rem;
    color: #F5F5F5;
    background: #353535;
    border-radius: 0.4em;
}
body#stat p.big {
    font-size: 4rem;
}

