html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
::selection {
	background: var(--accent-colour);
	color: #FFF;
}
.ios, .ios * {
    cursor: pointer; /* Fix for an iOS bug */
	}
* { /* Default fonts */
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:rgb(80,80,80);
	font-size:15px;
	user-select:inherit;
	color: #333;
}
h1 {
	font-size:32px;
	text-align:center;
	text-decoration:underline;
}
a {
	color: #3080d0;
}
html {
	height: 100%;
}
.bg {
	min-height:100vh;
	min-width:100vw;
	position:fixed;
	z-index:-1111111;
	background: #f9f9f9 no-repeat center center fixed !important;
	background:#fff;
}
body {
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	width: 100%;
}
