div.content {
	margin-top: 150px;
	text-align: center;
}

html,body {
	color: white;
	background-color: black;
}

img {
    border:none;
}

a {
    color:#ddd581;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}
