body {
	background: #ffd4f2;
	line-height: 1.33em;
	color: #52021b;
}

a {
	color: #3f51b5;
	text-decoration: none;
	transition: color .2s;
}

a:focus, a:hover {
	color: #b76db5; 
}

#wrap {
	width: 500px;
	margin: 5px auto;
}