body {
	background-color: #000;
}
div.title {
	height: 300px;
	width: 300px;
	border-right: solid white;
	margin-right: 10px;
}
h2 {
	position: relative;
	top: 90px;
	color: green;
	font-family: monospace;
}
div.des {
	height: 300px;
	width: 600px;
	position: relative;
	top: -230px;
	right: -300px;
	margin-left: 10px;
}
a {
	color: green;
}
p {
	color: #fff;
}
a.snails {
	color: #fff;
}