/** * @author * @copyright 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: 150px; width: 150px; }