body {
	text-align: center;
	background-image: url('./background.gif');
	background-repeat: repeat;
}

.content {
	position: relative;
	border-style: double;
	border-width: 2px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 95%;
	margin: auto;
	margin-bottom: 10px;
	h1 {
		text-decoration: underline;	
	}
}

