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

ul {
  list-style-type: none;
}

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

.studio {
  color: #2e2f42;
}

.nav .site .link {
  font-weight: 500;
  color: #2e2f42;
  text-decoration: none;
}

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

address,
.mail-tel {
  text-decoration: none;
  font-style: normal;
  color: #434455;
}

.mail-tel:hover,
.mail-tel:focus {
  color: #404bbf;
}

/*Hero Section*/
.main-section {
  background: #2e2f42;
  justify-content: center;
}

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

.btn {
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.04em;
  background: #4d5ae5;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
}

.btn:hover,
.btn:focus {
  background: #404bbf;
}

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

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

.team {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
}

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

.person {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
}

.position {
  text-align: center;
}

/* Portfolio Section */
.portfolio {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  text-align: center;
  color: #2e2f42;
}

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

/* Bottom Section */
.bottom-section {
  background: #2e2f42;
}

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

.bottom-studio,
.bottom-description {
  color: #f4f4fd;
}
