.upper {
	text-transform: uppercase;
}

.center {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-wrap: wrap;
	font-family: sans-serif;
}

.answerbox {
	min-width: 3em;
	background-color: transparent;
	color: aliceblue;
}
.grid {
	grid-gap: 15px;
}

input {
	text-align: center;
}

#reset {
	margin: 3vw;
	width: 10em;
}

.logogrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-evenly;
	align-content: space-evenly;
}

.logo {
	display: block;
	margin: auto;
	width: 20vw;
}

.left {
	text-align: right;
	font-size: 5vw;
	margin-top: 6vw;
	margin-right: -30%;
}

.right {
	text-align: left;
	font-size: 5vw;
	margin-top: 6vw;
	margin-left: -30%;
}

body {
	font-family: sans-serif;
	color: aliceblue;
	background-color: #272729;
}

#scorebox {
	display: flex;
	justify-content: space-between;
	width: 15%;
	margin: auto;
}
