html {
	color-scheme: light dark;
}

body {
	font-family: "MapleMono";
	font-weight: 400;
	overflow: hidden;
}
h1 {
	font-weight: 900;
}
#alejandro-header {
	font-size: clamp(5rem, 10rem, 15rem);
}

#hello-world {
	font-size: 5rem;
}

#hello-world, #alejandro-header {
	text-align: center;
}
.container {
	display: flex;
	align-items: center;
	flex-direction: column;
}