body {
  margin: 0;
  padding: 0;
  background-color: #e7ebed;
}

section {
  padding: 0 10%;
  margin: 50px 0;
}

h1.title {
  text-decoration: underline;
}

div.members {
  display: flex;
}

div.member {
  width: 240px;
  height: 330px;
  margin-left: 48px;
}

img.photo_member {
  width: 240px;
  height: auto;
  border-radius: 120px;
}

h2.name_member {
  text-align: center;
}

a.linke_member {
  text-decoration: none;
  color: #000;
}
