body {
	background-image: url('./img/background038.gif');
	font-family: "Lucida Console", "Courier New", monospace;
	color: white;
}

.header {
	background-image: url('./img/redrosesblkbg.gif');
	text-align: center;
	padding: 5px;
	font-family: "Lucida Console", "Courier New", monospace;
	border: 1px solid white;

}



.topnav {
	overflow: hidden;
	background-color: black;
	border: 1px solid white;
}

.topnav a {
	float: left;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topnav a:hover {
	background-color: #fff100;
	color: black;
}



.column {
	justify-content: center;
	border: 1px solid white;
	padding-left: 10px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 600px) {
	.column {
		width: 100%;
	}
}