* {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", sans-serif;
}

body {
	background-color: #141416;
	margin: 40px 120px;
}

.confetti {
	width: 150px;
	position: absolute;
	top: 250px;
	right: 980px;
	pointer-events: none;
}

.hide {
	display: none;
}

h1 {
	color: #fff;
	font-family: "Open Sans";
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 88px;
	text-transform: uppercase;
}

p {
	color: #c4c8d4;
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	margin-top: -24px;
	margin-bottom: 40px;
}

#quote-container {
	margin-top: 64px;
	border-radius: 4px;
	background: #20232a;
	display: flex;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

button {
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 4px;
	background: #fff;
	border: none;
	color: #141416;
	text-align: center;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	transition: 500ms;
}

button:hover {
	opacity: 80%;
	transition: 500ms;
}

.cast {
	background-image: url("ahead-usertest.png"); /* Path to your image */
	background-size: cover; /* Ensures the image covers the entire container */
	background-position: center; /* Centers the image in the container */
	background-repeat: no-repeat; /* Prevents the image from repeating */
	height: 100vh; /* Sets the container height to 100% of the viewport height */
}

@media only screen and (max-width: 420px) {
	body {
		margin: 16px;
	}

	.confetti {
		top: 100px;
		right: 60px;
	}

	h1 {
		color: #fff;
		font-family: "Open Sans";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 48px;
		text-transform: uppercase;
	}

	p {
		color: #c4c8d4;
		font-family: "Open Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 32px;
		margin-top: -24px;
		margin-bottom: 40px;
	}

	#quote-container {
		margin-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (max-width: 375px) {
	body {
		margin: 16px;
	}

	p {
		color: #c4c8d4;
		font-family: "Open Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 32px;
		margin-top: -24px;
		margin-bottom: 40px;
	}

	h1 {
		color: #fff;
		font-family: "Open Sans";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 48px;
		text-transform: uppercase;
	}

	#quote-container {
		margin-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
	}
}
