/** * @author Kowarschick * @copyright 2016 -2017 * @license CC-BY-NC-SA-4.0 */ @import 'config'; html, body { font-family: $font-family-sans; background-color: $background-color; overflow: hidden; height: 100%; } html { display: table; width: 100%; } body { height: 100%; display: table-cell; text-align: center; vertical-align: middle; } #stage { border: 3px solid black; }