body {
	font-family: 'Old Standard TT',serif;
	font-style: italic;
	text-transform: uppercase;
	background: linear-gradient(315deg, rgb(92, 224, 236) 0%, rgb(111, 236, 180) 100%) 0% 0% repeat scroll transparent;
	color: #555;
}

.container {
	width: 500px;
	margin: 100px auto;
}

h1 {
	font-size: 40px;
	margin: 0;
}

h2 {
	font-size: 20px;
	margin: 0 0 3em;
}

a {
	display: block;
	margin: 0 0 1em;
	color: #f5599f;
	font-size: 40px;
	text-decoration: none;
	line-height: 1.1em;
	transition: color .1s ease-in-out;
}

a:hover {
	color: #555;
}

