body {
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, from(#516271), to(#212222));
	background-image: -moz-linear-gradient(0% 100% 0deg, #516271, #212222);
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#verbal, #binary {
	text-align: center;
	
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: 155px;
	margin-right: 155px;
	padding: 20px;
}

h1, h2 {
	display: inline;
	color: #ede9e8;
	text-shadow: 5px 6px 4px #212121;
	text-wrap: none;
}

h1 {
	font-size: 7em;
	margin-bottom: 8px;	
}

h2 {
	font-size: 2em;
}

a {
	text-decoration: none;
	color: black;	
}

#verbal:hover, #binary:hover{
	margin-left: 152px;
	margin-right: 152px;
	margin-top: 77px;
	margin-bottom: 77px;
	padding-bottom: 17px;
	border: 3px solid #ede9e8;
	border-radius: 30px;
}

#binary:hover {
	padding-top: 17px;	
}
