body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #2e2f42;
  line-height: 1.5;
}
.logo {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 21px;
  vertical-align: middle;
  text-transform: uppercase;
  color: inherit;
}
a.logo > .logo-effect {
  color: #4d5ae5;
}
.nav-list {
  font-weight: 500;
}
.nav-list li a:hover {
  color: #404bbf;
}
.contact-item a {
  color: #434455;
}
.contact-item a:hover {
  color: #404bbf;
}
.hero-image {
  background-color: #2e2f42;
}
.main-page-headline {
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  font-size: 56px;
  text-align: center;
}
.main-page-button {
  width: 169px;
  height: 56px;
  opacity: 1;
  gap: 10px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  background-color: #4d5ae5;
  cursor: pointer;
}
.hero-advantages li {
  color: #434455;
  width: 264px;
}
.team {
  background-color: #f4f4fd;
}
.member-pic {
  width: 264px;
  height: 260px;
  opacity: 1;
}
h2 {
  font-weight: 700;
  font-style: bold;
  font-size: 36px;
  text-align: center;
}
h3 {
  color: #2e2f42;
}
.item-pic {
  width: 360px;
  height: 300px;
  opacity: 1;
}
.item-name {
  font-weight: 500;
  font-size: 20px;
}
footer {
  background-color: #2e2f42;
  color: #f4f4fd;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:visited {
  color: inherit;
}
