body {
  font-family: 'Roboto', sans-serif;
  color: #434455;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
ul {
  list-style-type: none;
}

.link,
.logo {
  text-decoration: none;
  color: currentColor;
}
.link:hover,
.link:focus {
  color: #404bbf;
}

.logo {
  color: #4d5ae5;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
}
.accent-header {
  color: #2e2f42;
}
.site-nav a {
  color: #2e2f42;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.cnts {
  color: #434455;
  font-size: 400;
  font-style: normal;
}
.hero {
  background-color: #2e2f42;
  color: #ffffff;
}
.hidden-hero {
  line-height: 1.07;
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  letter-spacing: 0.02em;
}

.btn-hero {
  background-color: #4d5ae5;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.btn-hero:hover,
.btn-hero:focus {
  background-color: #404bbf;
}
.title {
  color: #2e2f42;
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
.title-name {
  color: #2e2f42;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.our-team {
  background-color: #f4f4fd;
}
.team-box {
  background-color: #ffffff;
}

.portfolio {
  line-height: 1.11111;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.accent-footer {
  color: #f4f4fd;
}
.page-footer {
  background-color: #2e2f42;
}
.page-footer .text-footer {
  color: #f4f4fd;
}
