body{
	display: flex;
	justify-content: center;
	background-color: #E6E9F7;
}
div{
	width: 600px;
}
h2, h4, p{
	margin: 0px;
}
p, h4{
	padding-bottom: 10px;
}
a{
	color: black;
	font-style: italic;
	text-decoration: underline;
	text-decoration-style: dashed;
}
a:hover{
	color: white;
	background-color: black;
}