html {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #fffff2;
	overflow-x: hidden;
}

#achievements {
	position: absolute;
	top: 8px;
	right: 8px;
	border-radius: 10px;
	border: 2px solid black;
	height: 60px;
	width: 60px;
	margin: auto;
	background-color: #ffe880;
}
#whatsComingSoon {
	position: absolute;
	top: 8px;
	left: 8px;
	border-radius: 10px;
	border: 2px solid black;
	height: 60px;
	width: 60px;
	margin: auto;
	background-color: #c0b8b0;
	color: black;
	
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

h1 {
	color: #001010;
	font-family: "Comic Sans MS", "Comic Sans", sans-serif;
	font-size: 3.5vh;
	outline: 0px solid transparent;
}

#madFace, #madFace2, #madFace3, #happyFace {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 11vh;
	display: none;
}

table {
	margin-left: auto;
	margin-right: auto;
}
th {
	font-size: 2.5vh;
	font-family: "Comic Sans MS", "Comic Sans", sans-serif;
	background-color: #fff8e8;
	border: 2px solid #fff0e0;
	border-radius: 15px;
	height: 3.5vh;
	width: 23vw;
	margin: 3px;
	padding: 5px;
}
td {
	background: "";
	border: 2px solid #fff0e0;
	border-radius: 15px;
	height: 20vh;
	font-size: 2.5vh;
	font-family: "Comic Sans MS", "Comic Sans", sans-serif;
}

@media (max-aspect-ratio: 3/2) {
	#comingNext {
		display: none;
	}
}

a {
	text-decoration: none;
	color: #2000ff;
}
a:visited {
	color: #6000cf;
}
a:hover {
	text-decoration: underline;
	color: #8000af;
}
a:not(#soon):active {
	font-size: 2.6vh;
	text-decoration: underline;
	color: #a00080;
}