html {
	box-sizing: border-box;
	/*background: #212731;*/
	background: #1D222C;
	color:      #9dbae3;
}

html, body {
	margin:      0;
	padding:     0;
	font-family: 'Oswald', sans-serif;
}

*, *:before, *:after {
	box-sizing: inherit;
}

[onClick] {
	cursor: pointer;
}

#content {
	max-width: 800px;
	margin:    0 auto 32px auto;
	padding:   0 32px;
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
	     -moz-user-select: none;
	      -ms-user-select: none;
	          user-select: none;
}
