body {
  font-family: "Roboto", sans-serif;
  font-weight: regular;
  font-size: 16px;
  line-height: 1.5;
  color: #434455;
  background-color: #ffffff;
  letter-spacing: 0.02em;
}
.button-order {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  background-color: #4d5ae5;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.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;
}
.button-order:hover,
:focus {
  background-color: #404bbf;
}
.navigation {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0/02em;
  color: #2e2f42;
}
.navigation:hover,
:focus {
  color: #404bbf;
}

.contact {
  font-style: normal;
}
.contact-info {
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #434455;
}
.contact-info:hover,
:focus {
  color: #404bbf;
}
.main-banner,
footer {
  background-color: #2e2f42;
  letter-spacing: 0.02em;
}
.banners {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.our-team {
  background-color: #f4f4fd;
  letter-spacing: 0.02em;
}
.our-work {
  font-size: 16px;
  line-height: 1.5;

  color: #434455;
}

.main-head {
  font-weight: bold;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.work-banner {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
}

.teammates {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
}
.team-members {
  background-color: #ffffff;
}
.team-member {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.portfolio {
  text-align: center;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
}
h1,
h2 {
  text-align: center;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.footer-text {
  color: #f4f4fd;
}
.span-main {
  color: #2e2f42;
}
.span-footer {
  color: #f4f4fd;
}
