body {
  font-family: 'roboto', sans-serif;
  color: #434455;
  font-size: 16px;
  line-height: 1.5;
}
.hero {
  background-color: #2e2f42;
  height: 600px;
  text-align: center;
}
h1 {
  color: #fff;
  font-size: 56px;
  text-align: center;
  line-height: 1.07;
}
h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1.1;
}
.page-nav .link {
  color: #434455;
  text-decoration: none;
}
.page-nav .link:hover {
  color: #404bbf;
}
.mail,
.tel {
  color: #434455;
  line-height: 1.5;
  text-decoration: none;
}
.mail:hover,
.tel:hover {
  color: #404bbf;
}

.button {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  width: 169px;
  height: 56px;
  background: #4d5ae5;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.button:hover {
  background-color: #404bbf;
}
.button:focus {
  background-color: #404bbf;
}
.team {
  background-color: #f4f4fd;
}

footer {
  background-color: #2e2f42;
}
.footer-text {
  color: #f4f4fd;
}
.logo {
  color: #4d5ae5;
}
.logo-a {
  color: #f4f4fd;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.16;
  font-family: Raleway;
  font-weight: 700;
}
.logo-h {
  color: #2e2f42;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.16;
  font-family: Raleway;
  font-weight: 700;
}
.values-list,
.team-list,
.portfolio-list,
.page-nav {
  list-style: none;
}
