html, body, div, span, applet, object, iframe,
h1, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 4em;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-align: center;
	padding-top: 2vh;
}

label, h3 {
	font-size: 1.2em;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	padding-bottom: 0.5vh;
}

input, select {
	margin-top: 0.5vh;
	font-size: 1.2em;

}

::placeholder {
	font-size: 1.2em;
}

form {
	display: flex;
	flex-wrap:wrap;
	width: 1000px;
	margin: 3vh calc(50vw - 500px);
	justify-content: space-evenly;
}

.hehehas {
	width: 1000px;
	text-align: center;
	margin: 1vh 0;
	flex-wrap: wrap;
}

.buttonG {
	background-color: #ffffff;
	margin: 0.1em;
	transition: background-color 0.5s;
}

#questAsk {
	font-size: 2.5em;
}

#questNum {
	font-size: 1.5em;
}

#questNum {
	width: auto;
	display: inline-flex;
}

#lastBut, #nextBut, #questNum, #resetBut {
	margin: 100px;
}

#questAsk {
	padding-bottom: 1vh;
}

#sigma, #lalphaMale, #betaMale, #sigmaMale, #beta, #meFr {
	font-size: 1.5em;
	width: 1000px;
	margin-top: 2vh;
}

#omega, #omega1, #omega2 {
	font-size: 1.5em;
	margin-top: 2vh;
	flex-wrap: wrap;
	text-align: center;

}

#omega,#omega2 {
	width: 333px;
}

#omega1 {
	width: 334px;
}