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

ul{
    list-style: none;
}

a{
    text-decoration: none;    
}

a:hover,
a:focus{
    color: #404BBF;
    text-decoration: underline;
}

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

.hero-btn {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  background-color: #4D5AE5;
  color: #fff;
}
.hero-btn:hover,
.hero-btn:focus {
  background-color: #404BBF;
}

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

.logo:hover {
  text-decoration: none;
}

.logo span { 
  color: #2e2f42; 
}

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

.hero {
  background-color: #2e2f42;
  color: #fff;
  text-align: center;
}

.hero-title {
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: 0.02em;
}

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

.service-text,
.footer-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.team {
  background-color: #f4f4fd;
  text-align: center;
}

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

.member {
  background-color: #FFFFFF;
}

.portfolio-item {
  background-color: #FFFFFF;
}

footer {
  background-color: #2e2f42;
}

.logo .logo-span {
  color: #f4f4fd;
}


.footer-text{
  color: #f4f4fd;
}

