#questionarea {
	text-align: center;
	font-size: 250%;
	padding: 10vh 0 0 0;
}

#inputarea {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

#inputarea>input {
	font-size: 200%;
	font-weight: bold;
}

#choice2 {
	margin: 0% 5%;
}

#rules {
	font-weight: bold;
	text-align: center;
	font-size: 200%;
}

#help {
	position: fixed;
	top: -1%;
	text-align: right;
	left: 97%;
}

#help>a>p {
	font-size: 200%;
	font-weight: bold;
}

h1 {
	font-weight: bold;
}

#score {
	text-align: center;
	font-size: 190%;
	font-weight: bold;
	float: right;
	padding-right: 49%;
	padding-top: 7px;
}

#back {
	position: fixed;
	top: -2%;
	text-align: right;
	right: 96%;
	font-size: 200%;
}

#welcome {
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 200%;
}

#helpline {
	top: -45%;
	width: 100%;
	position: fixed;
}

#scoretext {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-left: 45%;
}

img {
	width: 4%;
	margin: 0 auto;
}

header {
	font-size: 27%;
	text-align: center;
	height: 50%;
	background-color: white;
}

#footer {
	text-align: center;
	background-color: black;
	color: white;
}

body {
	display: grid;
	min-height: 100vh;
	margin: 0;
	align-items: end;
	background-color: lightblue;
}

label {
	opacity: 0;
	display: inherit;
}

@media screen and (max-width: 1440px) {
	#score {
		padding-right: 46%;
	}

	#help {
		left: 95%;
	}

	#back {
		right: 95%;
	}

	img {
		width: 8%;
	}
}

@media screen and (max-width: 1024px) {
	#score {
		padding-right: 43%;

	}

	#help {
		left: 90%;
	}

	#back {
		right: 90%;
	}

	img {
		width: 10%;
	}

	#footer {
		position: fixed;
		width: 100%;
		bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	#score {
		padding-right: 40%;
	}

	img {
		width: 12%;
	}

	#inputarea {
		padding-left: 7%;
		margin-top: 20px;
		display: block;
	}
}

@media screen and (max-width: 425px) {
	#score {
		padding-right: 25%;
	}

	#help {
		left: 85%;
	}

	#back {
		right: 85%;
	}

	#footer {
		position: fixed;
		width: 100%;
		bottom: 0;
	}

	img {
		width: 17%;
	}

	#inputarea {
		padding-left: 24%;
		margin-top: 20px;
		display: block;
	}
}