html { font-size: 16px; height: 100%; } body { user-select: none; background-color: #A5BFDA; background-image: linear-gradient(#A5BFDA, #BFCDDC); background-repeat: no-repeat; background-size: cover; color: $black; font-family: $sans; font-weight: 400; font-size: ms(0); line-height: ms(0) * 1.3; min-height: 100%; } .hidden { display: none; } a, a:link, a:visited { color: $black; text-decoration: none; &:hover { cursor: default; } }