body {
  font-family: "Roboto", sans-serif;
  color: #434455;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}

.hero-title {
  font-size: 56px;
  color: #ffffff;
  line-height: 1.07;
  text-align: center;
  letter-spacing: 0.02em;
}

.portfolio-title,
.team-title {
  font-size: 36px;
  color: #2e2f42;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  background-color: #ffffff;
}

.strategy-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #2e2f42;
  letter-spacing: 0.02em;
}

.portfolio-content,
.strategy-content,
.team-content {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.nav-logo,
.nav-link,
.button {
  color: #4d5ae5;
}

.nav-link {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #2e2f42;
}

.footer {
  background-color: #2e2f42;
}
.hero {
  background-color: #2e2f42;
}

.team {
  background-color: #f4f4fd;
}

.team-list {
  background-color: #ffffff;
}

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

.button:hover,
.button:focus {
  background-color: #404bbf;
}

.footer-text {
  color: #f4f4fd;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.logo {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  color: #4d5ae5;
  text-transform: uppercase;
}

.logo-studio {
  color: #2e2f42;
  text-transform: uppercase;
}
.logo-footer {
  color: #f4f4fd;
  text-transform: uppercase;
}

.nav-logo:active,
.nav-link:focus {
  color: #404bbf;
}

.nav-link:hover,
.contact-link:hover,
.contact-link:focus {
  color: #404bbf;
}

.contact {
  font-style: normal;
}

.contact-link {
  letter-spacing: 0.02em;
  color: #434455;
}
