body {
	background-image: url(../assets/bg.gif);
	margin: 0;
	padding: 0;
	min-height: 100vh;
	position: relative;
}

section {
	width: 410px;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 120px; /* Add space for footer */
	text-align: center;
}

article {
	width: 370px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333;
	line-height: 20px;
	background-color: #FFF;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 20px auto;
	clear: both; /* Clear floats */
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	float: left;
	padding: 0px;
}

h1 a {
	color: #333;
	text-decoration: none;
}

h1 a:hover {
	color: #666;
	opacity: 1;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
	float: right;
	margin: 0px;
	padding: 0px;
}

header {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	float: left;
	font-size: 11px;
	letter-spacing: 1px;
	opacity: 0.8;
	clear: both;
	margin-top: 0px;
}

nav {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	float: right;
	margin-top: 0px;
}

nav a {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	text-decoration: none;
	opacity: 0.7;
	margin-left: 5px;
}

footer {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	clear: both;
	text-align: center;
	margin-top: 30px;
}

footer a {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	text-decoration: none;
	opacity: 0.7;
	margin: 0 10px;
}

a:hover {
	opacity: 1;
}

footerb {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(5px);
}

footerb img {
	margin: 0 5px;
	max-height: 30px;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

footerb img:hover {
	opacity: 1;
}

/* Clear floats properly */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* Fix blog section */
blog {
	display: block;
	clear: both;
	margin-top: 30px;
}