@charset "utf-8";

.content {
    background: none;
}
body:before {
    position: fixed;
    font-size: 20em;
    color: #efefef;
    bottom: 10px;
    right: 0px;
    line-height: 100%;
    z-index: -1;
}

/** devel **/
body[data-stage="devel"]:before {
    content: 'DEV';
}
body[data-stage="devel2"]:before {
    content: 'DEV2';
}

/** test */
body[data-stage="test"]:before {
    content: 'TEST';
}
