@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@900&family=Sumana:wght@700&display=swap");
body {
  align-items: center;
  background-color: #f2f2f2;
  display: flex;
  font-family: "Merriweather", serif;
  flex-wrap: wrap;
  justify-content: center;
  height: 100vh;
  margin: 0;
}
.person {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 220px;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (min-width: 800px) {
  .container2 {width: 50%;}
}

.container2 {
  border-radius: 50%;
  height: 280px;
  -webkit-tap-highlight-color: transparent;
  transform: scale(0.48);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 400px;
}
.name {
  font-family: "Merriweather", serif;
}

.title {
  font-family: "Merriweather", serif;
}

.container2:after {
  background-color: #f2f2f2;
  content: "";
  height: 10px;
  position: absolute;
  top: 390px;
  width: 100%;
  overflow: hidden;
}

.container2:hover {
  transform: scale(0.54);
}

.container2-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;
}
.imo {
  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 .imo {
  transform: translateY(0) scale(1.2);
}
.imo1 {
  left: 22px;
  top: 164px;
  width: 340px;
}
.imo2 {
  left: -46px;
  top: 174px;
  width: 444px;
}
.imo3 {
  left: -16px;
  top: 144px;
  width: 466px;
}
.imo4 {
  left: -64px;
  top: 184px;
  width: 480px;
}
.divider {
  background-color: #3845fa;
  height: 3px;
  width: 160px;
}
.name {
  color: #404245;
  font-size: 20px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}
.title {
  color: #6e6e6e;
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}
