body {
  font-family: "Roboto", sans-serif;
  color: #434455;
  background-color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
.logo-header {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #4d5ae5;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.17;
}
.logo-part {
  color: #2e2f42;
}
.address {
  font-style: normal;
}
.menu-link {
  color: #2e2f42;
  font-weight: 500;
  font-size: 16px;
}
.menu-link:hover,
.menu-link:focus {
  color: #404bbf;
}
.address-link {
  font-size: 16px;

  color: #434455;
}
.address-link:hover,
.address-link:focus {
  color: #404bbf;
}
.title-section {
  background-color: #2e2f42;
}
.title {
  color: #ffffff;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: 0.02em;
  text-align: center;
}
.button {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  color: #ffffff;
  background-color: #4d5ae5;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.button:hover,
.button:focus {
  background-color: #404bbf;
}
.features-title {
  color: #2e2f42;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.features-item-title {
  color: #2e2f42;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.features-text {
  font-size: 16px;
}
.team-section {
  background-color: #f4f4fd;
}
.team-title {
  color: #2e2f42;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.team-item {
  background-color: #ffffff;
}
.team-item-title {
  font-weight: 500;
  font-size: 20px;
  color: #2e2f42;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.team-text {
  text-align: center;
}
.portfolio {
  color: #2e2f42;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.portfolio-subtitle {
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
  color: #2e2f42;
  letter-spacing: 0.02em;
}
.footer {
  background-color: #2e2f42;
}
.logo-footer {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #4d5ae5;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.17;
}
.logo-part-footer {
  color: #f4f4fd;
}
.footer-text {
  color: #f4f4fd;
}
