@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,700&family=Raleway&display=swap');
body {
  align-items: center;
  background-color: #f2f2f2;
  font-family: "Bodoni Moda", serif;
  justify-content: center;
  margin: 0;
}
a:link, a:visited {
  color: #ee9d9f;
  text-decoration: none;
}
a:hover, a:active {
  color: #ffe8eb;
  text-decoration: none;
}
.people {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bigtitle {
	flex-wrap: nowrap;
	align: center;
	text-align: center;
	display: block;
}
.person {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 280px;
}
.container {
  border-radius: 50%;
  height: 312px;
  -webkit-tap-highlight-color: transparent;
  transform: scale(0.48);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 400px;
}
.container:after {
  background-color: #f2f2f2;
  content: "";
  height: 10px;
  position: absolute;
  top: 390px;
  width: 100%;
}
.container:hover {
  transform: scale(0.54);
}
.container-inner {
  clip-path: path(
    "M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z"
  );
  position: relative;
  transform-origin: 50%;
  top: -200px;
}
.circle {
  background-color: #fee7d3;
  border-radius: 50%;
  cursor: pointer;
  height: 380px;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 210px;
  width: 380px;
}
.img {
  pointer-events: none;
  position: relative;
  transform: translateY(20px) scale(1.15);
  transform-origin: 50% bottom;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.container:hover .img {
  transform: translateY(0) scale(1.2);
}
.img1 {
  left: 22px;
  top: 164px;
  width: 400px;
}
.img2 {
  left: -46px;
  top: 174px;
  width: 400px;
}
.img3 {
  left: -16px;
  top: 144px;
  width: 375px;
}
.img4 {
  left: -16px;
  top: 144px;
  width: 300px;
}
.divider {
  background-color: #ca6060;
  height: 1px;
  width: 160px;
  align-items: center;
}
.h1 {
  color: #e3735e;
  font-family: "Bodoni Moda", serif;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: bold;
.h2 {
  color: #b9cec5;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
.name {
  color: #404245;
  font-family: "Bodoni Moda", serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}
.title {
  color: #6e6e6e;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}
.footer {
  display: block;
  text-align: center;
  padding: 3px;
  background-color: #e3735e;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 11px;
  margin-top: 250px;
}