* { margin: 0; padding: 0; list-style: none; text-decoration: none; border: none; outline: none; -webkit-font-smoothing: antialiased; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; letter-spacing: .2px; font-size: 15px; } html, body { width: 100%; overflow-x: hidden; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; background: #ffffff; } a { color: #327cce; &:visited { color: #899eb5; } &:hover { color: #2682e6; } } code { background: #eee; padding: 0 2px; border-radius: 2px; border: 1px solid #ddd; color: #7a8ab9; } h3 { font-weight: 400; font-size: 20px; margin-bottom: 16px; } h4 { font-size: 22px; font-weight: 400; margin: 30px 0 5px; }