body{
	margin: 0px;

	background-image: url("../BG.png");

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: calc(120vw);
}

.LOAD_DISPLAY{
	width: 100vw;
	height: 100vh;

	background-color: antiquewhite;
}

.CONTENTS{
	/*background-color: rgba(255, 255, 255, 0.5);*/
	backdrop-filter: blur(10px);

	color: white;

	width: 100vw;
	height: 100vh;

	text-align: center;

	font-weight: 100;

	padding-top: 150px;
}

h1{
	font-size: 50px;
}