
body {
	display: flex;
	align-items: center;
	justify-content: center;

	margin: 0;

	width: 100vw;
	height: 100vh;
	max-width: 100vw;
	max-height: 100vh;

	user-select: none;
}


#logo {
	opacity: 1;
	transition: opacity ease 5s;

	max-width: 90%;
	max-height: 90%;

	@starting-style {
		opacity: 0;
	}
}
