body {
	background-color: #eeeeee;
	padding: 2em;
	margin: 0;
	box-sizing: border-box;
}
#container {
	display: flex;
	background-color: #ffffff;
	width: 100%;
	padding: 2em;
	text-align: center;
	height: 90dvh;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
}
#content-container {
	margin: 0 auto;
	max-width: 500px;
	align-content: center;
	box-sizing: border-box;
}
h1 {
	color: black;
	font-family: "Forum", serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0;
	font-size: 35px;
}

p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
}

p a:before {
	content: '';
	display: inline-block;
	background-image: url(images/phone.png);
	background-size: cover;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: -4px;
}

a {
	color: black;
	display: block;
	text-decoration: underline;
}

img {
	max-width: 250px;
	margin-bottom: 1em;
}