@charset "utf-8"; // General style body { background: $gray; font-family: $main-font; } .group-show-post-respond-comment, ul, li, div, img { box-sizing: border-box; } h1, h2, h3, h4, h5, h6, label, legend { font-family: $main-font; } img { max-width: 100%; height: auto; } a { color: $blue; text-decoration: none; &:hover { color: lighten($blue, 5%); text-decoration: none; } } a, button { &:focus { outline: none; } }