
body {
	/* background-image: url('https://2fort.neocities.org/backgroundimg.png'); */
	background-image: url('https://2fort.neocities.org/backgroundimg.png');
	background-repeat: no-repeat; 
	background-size: cover;
	font-family: 'Minecraft', sans-serif;
}

.topbar-wrapper {
	text-align: center; /* Centers inline-block children */
}

.topbar{
	background-image: url('https://2fort.neocities.org/oldwood.jpeg');
	background-size: contain;
	display:flex;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	margin: 0 auto;
	margin-bottom: 30px;
}

.topbar a{
	float: left;
	text-align: center;
	padding: 14px 16px;
}

.info-top-wrapper{
	text-align: center;
}

.info-top{
	background-image: url('https://2fort.neocities.org/oldwood.jpeg');
	background-size: contain;
	display:flex;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	margin: 0 auto;
	margin-bottom: 20px;

}

.info-bottom-wrapper{
	text-align: center;
}

.info-bottom{
	background-image: url('https://2fort.neocities.org/oldwood.jpeg');
	background-size: contain;
	display: inline-flex;
	flex-direction: column; 
    align-items: center;     
	margin: 0 auto;

}