/*CSS for underConstruction page */

/* Styling for body */

* {
	margin: 0px;
	padding: 0px;
}
body {
	display: flex;
	gap: 3vh;
	background-color: #4566a3;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	justify-self: center;
	align-items: center;
	align-content: center;
	align-self: center;
	height: 100%;
	width: 90vw;
	font-family: VT323, sans-serif;
	color: #0c2d48;
}

/* Includes Wade and Windows text */
.wade-block {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: fit-content;
	max-height: 99vw;
	height: 99%;
}

/* Wade Construction Worker image */
.Wade {
	max-height: 99vw;
	height: 80%;
	max-width: 99vw;
	min-width: 120px;
	width: 16%;
	margin-right: 7%;
}

/* Windows text */
.windows {
	max-height: 99vw;
	height: 15%;
	min-width: 396px;
	max-width: 99vw;
	width: 40%;
}

/* Font-sizing for all text on pages */
.text {
	font-size: clamp(2rem, 5vw, 4rem);
	text-align: center;
}

/* Timer */

.timer-container {
	display: flex;
	gap: 3vh;
	max-width: 90vw;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.countdown {
	display: flex;
	color: rgb(248, 188, 2);
	font-family: "Comic Sans MS";
}
