@import url("photographer.css");

body {
	font-family: "DM Sans", sans-serif;
	margin: 0;
}

header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

h1 {
	color: #901c1c;
	margin-right: 100px;
}
h3 {
	color: #901c1c;
}

.logo {
	height: 50px;
	margin-left: 100px;
}

.photographer_section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 70px;
	margin-top: 100px;
}

.photographer_section article {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-self: center;
	flex-direction: column;
}

.photographer_section article h2 {
	color: #d3573c;
	font-size: 36px;
}

.photographer_section article a {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-self: center;
	flex-direction: column;
}

.photographer_section article img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	object-fit: cover;
}
.photographer_section article h3 {
	margin-top: -0.5em;
	font-size: 1.5em;
}
.photographer_section article p {
	margin-top: -0.5em;
	font-size: 1em;
}
.pricePhotographer {
	color: #525252;
}
