.main-page {
	margin-top: 5%;
	animation: fadeIn 0.5s ease-in-out;
}


.main-page a {
	text-decoration: none;
	color: #000;
}

.main-page a:visited {
	color: #000;
}

.main-page a:hover {
	background: none;
	color: #616161;
}

.question-board {
	position: relative;
	width: 100%;
	font-size: clamp(5px, 2.67vw, 50px);
}

.question-card {
	position: absolute;
	color: #000;
	font-family: "Reddit Mono";
	font-weight: 500;
	text-transform: uppercase;
	max-width: 33vw;
}

.question-card:hover {
	cursor: pointer;
	background-color: #3F3F3F;
}

.main-page:target {
	display: block;
}

.flex-2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
	margin: 5% 0;
}

.flex-2 .pic-card {
	flex: 1;
}

.flex-2 img,
.flex-2 video {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.flex-2 p {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: clamp(4px, 2.13vw, 40px);
}

.answer-board {
	text-align: center;
	text-transform: uppercase;
}

.main-answer {
	margin: 5% 5%;
	font-size: clamp(6px, 3.2vw, 60px);
}

.main-question {
	font-size: clamp(5px, 2.67vw, 50px);
}


#main-stage-1 {
	aspect-ratio: 14 / 9;
}

#main-stage-2 {
	aspect-ratio: 9 / 5;
}

#main-stage-4 {
	aspect-ratio: 1 / 1;
}
