body {
	margin: 0px;
	position: relative;

	width: 100vw;
	height: 100vh;

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

	background-image: url(../images/page.avif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}