.cover-page {
	color: #000;
	font-family: "Reddit Mono";
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 6vw, 90px);
	margin: clamp(16px, 6vw, 90px) clamp(16px, 6.67vw, 100px);
}

.cover-title {
	width: 100%;
	text-align: center;
	color: #000;
	font-family: "Reddit Mono";
	font-size: clamp(8px, 4.267vw, 80px);
	margin-top: 15%;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.cover-page img {
	width: auto;
	height: 100%;
	object-fit: cover;
}


.cover-page a {
	text-decoration: none;
	display: flex;
	text-align: center;
	margin: 10px;
	padding: 1% 5%;
	cursor: pointer;
	border: 2.5px solid #000;
	color: #000;
	font-size: clamp(5px, 2.67vw, 50px);
	font-weight: 500;
	text-transform: uppercase;
}

.cover-page a:hover {
	background-color: #0003;
}

.cover-button-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
