html,
body
{

	/*font-family: 'gothic';
	overflow: hidden;
	background-color: black;
	color: #FFF;*/
	margin: 0;
	
}

.wrapper {
	margin: 75px 150px;
	font-size: 20px;
}

a {
	text-decoration: none;
}

.button {
	border: 1px solid #333;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    color: #000; 
}

.button:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
    background: linear-gradient(to bottom, #fcfff4, #e9e9ce);
    color: #a00;
}


.center {
	text-align: center;
}

.logo img {
	width: 30%;
}