body {
  font-family: "Spectral", Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: "Spectral", Georgia, serif;
  font-weight: 700;
  margin: 0 0 0.5em;
}

body {
  display: flex;
  justify-content: center;
  background-color: #d7dfe0;
}

.main {
  width: 880px;
  background-color: #f9f4ee;
  padding: 25px;
}
.main__header {
  display: flex;
  justify-content: center;
}

.info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 350px;
}

.img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-center {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */