#root {
	margin: 0 auto;
	padding: 2rem;
	text-align: center;
}

/* At the top level of your code */
.yt-embed-wrapper iframe {
	width: 100% !important;
	height: 100% !important;
	border: none;
}

@media screen and (min-width: 576px) {
	.yt-embed-wrapper {
		width: 60vw;
		max-width: 960px;
		aspect-ratio: 16 / 9;
		margin: 0 auto;
	}

	#fan-mode-container {
		width: 200px;
		height: 250px;
		position: absolute;
		bottom: 50px;
		right: 50px;
		cursor: pointer;
		user-select: none;
	}
}

@media screen and (max-width: 576px) {
	.yt-embed-wrapper {
		width: 90vw;
		aspect-ratio: 16 / 9;
	}

	#fan-mode-container {
		display: none;
	}
}

:root {
	font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-weight: 400;

	color-scheme: light dark;
	color: #e76ba1;
	background-color: white;
	background-image: url("./hiichan.png");
	background-size: cover;

	height: 100vh;
	overflow: hidden;
}

h1 {
	position: absolute;
	top: -5%;
	left: 50%;
	transform: translate(-50%);
	white-space: nowrap;
}

h2 {
	margin: 0;
	cursor: pointer;
}

body {
	margin: 0;
	display: flex;
	place-items: center;
	min-width: 320px;
	min-height: 100vh;
}