.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prize {
    width: 70%;
    height: 70%;
    opacity: 0.9;
}

#turnIndicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0005;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
}

#stats {
    color: white;
    font-size: 60pt;
}

.hide {
    display: none;
}
