* {
	font-family: Georgia;
}

h1 {
	font-size: 40pt;
}

.introduction {
	font-size: 18pt;
}

body {
	
	min-height: 100vh;
	margin: 0;
	background-color: #f2f0ef;
}

header {
	background-color: #4682b4;
	color: #f2f0ef;
	text-align: center;
	border: 10px solid #f2f0ef;
}


.services {
	display: flex;
	justify-content: center;
	border: 5px solid grey;
	background-color: #f2f0ef;
	padding: 10px;
	color: #4682b4;
	font-size: 20pt;
	
}

#service-title {
	font-size: 50pt;
	border: 2px solid grey;
	border-radius: 50%;
}

div#service-list {
	display: flex;
	justify-content: space-evenly;
}

.service {
	height: 150px;
	width: 300px;
	background-color: grey;
	font-size: 20pt;
	color: #f2f0ef;
	text-align: center;
	margin:20px;
}

#headshot {
	display: flex;
	justify-content: space-evenly;
}

.headshot {
	border: 3px solid #4682b4;
	border-radius: 20%;
}

figcaption {
	text-align: center;

}




footer {
	background-color: #4682b4;
	text-align: center;
	color: white;
	border: 10px solid #f2f0ef;
	font-size: 20px
}

.link-logos {
	display: flex;
	justify-content: center;
	gap: 20px;
}