/*leaves*/
.falling-leaves {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0);
    overflow: hidden;
}
.leaf-scene {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transform-style: preserve-3d;
}
.leaf-scene div {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/leaf.png) no-repeat;
    background-size: 100%;
    transform-style: preserve-3d;
    backface-visibility: visible;
}

.forbidden {
    fill: #C64C4C;
    color: #953939;
    top: 49px;
    left: 74px;
    border-radius: 4px;
    background-color: #FCBFBF;
    box-shadow: 0 5px 22px -5px rgba(0, 0, 0, 0.3);
}
.info-txt {
    fill: #CC7825;
    color: #995A1C;
    top: 70px;
    left: 342px;
    border-radius: 4px;
    background-color: #FFD5AB;
    box-shadow: 0 5px 22px -5px rgba(0, 0, 0, 0.3);
}