* {
    outline: none;
    font-family: 'alarm-clock';
}

body {
    background: #111;
}

.content {
    background: black;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%);
}
.content .patience {
    z-index: 2;
    position: absolute;
    width: 165px;
    left: 122px;
    top: 22px;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
}
.content .patience span {
    position: absolute;
    right: -105%;
    max-width: 100%;
    transition: none;
}
.content .patience span.active {
    right: 100%;
    transition: right 0.8s;
}
.content video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.content #button-video-off {
    z-index: 0;
}
.content #button-video-off:active {
    z-index: 1;
}
.content button {
    z-index: 2;
    border-radius: 50%;
    border: 0;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 52%;
    position: absolute;
    transform: translate(-50%, 0);
    cursor: pointer;
    background-color: transparent;
}
.content button.disabled {
    opacity: 0.2;
    pointer-events: none;
}
.content .numberI {
    z-index: 2;
    font-size: 80px;
    color: white;
    border: 0;
    top: 100px;
    left: 51%;
    position: absolute;
    transform: translate(-50%, 0);
    opacity: 0;
}
.content .numberl {
    z-index: 2;
    font-size: 80px;
    color: white;
    border: 0;
    top: 95px;
    left: 51%;
    position: absolute;
    transform: translate(-50%, 0);
    opacity: 1;
}

.numberI {
    opacity: 0;
}

.out-of {
    position: absolute;
    z-index: 2;
    color: white;
    top: 50%;
    left: 51%;
    transform: translate(-50%, 0);
}

.out-of .outof {
    padding-left: 5px;
}

.coins {
    position: absolute;
    z-index: 2;
    color: white;
    left: 50%;
    top: 19%;
    transform: translate(-50%, 0);
    text-transform: uppercase;
    display: none;
}

.coins.active {
    display: block;
}

.dragons,
.goblins,
.level {
    display: none;
}