html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    text-transform: capitalize;
    font-size: 10px;
    user-select: none;
}

.full {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed
}

#background {
    background-color: dimgray;
}

#wrapper {
    /*background-color: black; !* for visualization purposes *!*/

}

#scene {
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    border-radius: 5rem;
    box-shadow: 0 0 4rem black
}

#animation {
    position: absolute;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    border-radius: 5rem;
}

#bscene {
    image-rendering: initial;

}

#clock {
    position: absolute;
    bottom: -35%;
    flex-direction: column;
}

#hours {
    font-size: 10rem;
    text-shadow: 0.2rem 0.2rem 0.2rem black;
}

#date {
    font-size: 4rem;
    text-shadow: 0.2rem 0.2rem 0.2rem black;
}

.kofe{
    position: absolute;
    bottom: 0;
    z-index: 3000;
    padding: 10px;
}
