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

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration-line: none;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  color: #2e2f42;
}

h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  /* letter-spacing: 0.02em; */
  color: #2e2f42;
}

address {
  font-style: normal;
}

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

.header-logo .logo-tail {
  color: #2e2f42;
}

.footer-logo .logo-tail {
  color: #f4f4fd;
}

.nav-link {
  font-weight: 500;
  /* font-size: 16px; */
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2e2f42;
}

.contacts-link {
  /* font-size: 16px; */
  line-height: 1.5;
  /* letter-spacing: 0.02em; */
  color: #434455;
}

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

/* Section Welcome */
.welcome-section {
  background-color: #2e2f42;
}

.main-header {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.07;
  /* letter-spacing: 0.02em; */
  text-align: center;
  color: #fff;
}

.button {
  cursor: pointer;
  background-color: #4d5ae5;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
}

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

/* Section Features */

.features-text {
  /* font-size: 16px; */
  /* line-height: 1.5; */
  /* letter-spacing: 0.02em; */
  color: #434455;
}

/* Section Team */
.team {
  background-color: #f4f4fd;
}

.team-header {
  text-transform: capitalize;
}

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

.team-name {
  text-align: center;
}

.team-text {
  text-align: center;
  /* letter-spacing: 0.02em; */
}

.portfolio-header {
  text-transform: capitalize;
}

/* .portfolio-text {
  letter-spacing: 0.02em;
} */

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

.footer-text {
  color: #f4f4fd;
  /* letter-spacing: 0.02em; */
}
