html
body
	padding 0
	margin 0

html
	font-size 62.5%
	background-size cover
	background-position 50% 50%
	background-repeat no-repeat
	background linear-gradient(135deg, #6dbd4d 0%, #f8ffae 100%)
	background-attachment fixed

body
	font-family Open Sans, sans-serif
	font-size 1.5em
	line-height 1.4em

var
	color #e96900
	padding 3px 5px
	margin 0 2px
	border-radius 2px
	white-space nowrap
	background-color #f8f8f8
	font-family monospace
	font-size 1em


a
	cursor pointer
	color #337ab7
	text-decoration none
	&:hover
	&:focus
		text-decoration none
		color #23527c
	&:active
	&:hover
		outline 0
.main
	color #fff
	top 0
	left 0
	width 100%
	height 100%
	&--content
		width calc(100% - 40px)
		margin 0 auto
		max-width 620px