@font-face {
	font-family: "Phantom Sans";
	src: url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff")
			format("woff"),
		url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff2")
			format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Phantom Sans";
	src: url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Italic.woff")
			format("woff"),
		url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Italic.woff2")
			format("woff2");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Phantom Sans";
	src: url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff")
			format("woff"),
		url("https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff2")
			format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "Phantom Sans", sans-serif;
	background-color: #1f1f1f;
	color: azure;
}

#header,
#footer {
	text-align: center;
}

#tree-container {
	max-width: 600px;
	display: flex;
	margin: auto;
}

#tree {
	width: 600px;
	margin-top: 4rem;
	z-index: 0;
}

#star {
	position: relative;
	margin: 0 -21.4rem;
	font-size: 5rem;
	cursor: pointer;
	z-index: 5;
}

.ornament {
	z-index: 10;
}
