html { font-size: $font-size; font-family: $font-family; background: $background-color; color: $font-color; line-height: 1.4; } body { margin: auto; max-width: $page-width; } h1 { margin: 0 0 2rem; } .image { display: inline-block; height: 100px; width: 100px; background-size: cover; }