body {
	margin: 0.3em auto;
	/* border: 0.3em solid white; */
	min-width: 16em;
	max-width: 60em;
	background-color: #e2e2e2;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.contact-info {
	width: 33%;
	padding: 1em;
	color: black;
	background-color: white;
	border: 0.3em solid white;
	border-radius: 1em;
}

a {
	color: black;
	text-decoration: none;
 	border-bottom: .1em dotted black;
}