/** * @author Wolfgang Kowarschick * @copyright 2016 - 2017 * @license CC-BY-NC-SA-4.0 */ @import 'config'; html, body { font-family: $font-family-sans; background-color: $background-color; } #owl { background-image: url("../img/owl-150.png"); position: absolute; top: 10px; left: 0; height: 146px; width: 150px; } #fps { position: absolute; top: 160px; left: 10px; } #form { position: absolute; top: 180px; left: 10px; }