body {
	background-image: url("main_background.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100vh;
	margin: 0px;
}

h1 {
	color: white;
	font-family: 'Sansita Swashed', cursive;
	font-size: 200%;
	padding: 20px;
	text-align: center;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover {
	background-color: #111;
}

.wrapper {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.navfont {
	font-family: 'Arial Rounded MT';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

.date {
	background-color: black;
	color: white;
	text-align: right;
}

#txt_white {
	color: white;
}

.footer {
	position: relative;
	text-align: center;
	color: white;
}