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

ul {
    list-style: none;
}

h1 {
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    line-height: 1.07;
    color: #ffffff;
    letter-spacing: 0.02em;
}

h2 {
    font-size: 36px;
    line-height: 1.11;
    color: #2E2F42;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

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

p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

header {
    background-color: #ffffff;
}

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

.logo-text {
    color: #2e2f42;
}

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

.nav-list a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2E2F42;
    text-decoration: none;
}

.nav-list a:hover,
.nav-list a:focus {
    color: #404bbf;
}

.header-address {
    font-style: normal;
}

.header-address .contact-link {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
    text-decoration: none;
    font-style: normal;
}

.header-address a:hover,
.header-address a:focus {
    color: #404bbf;
}

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

.main-button {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
    background-color: #4d5ae5;
    border: none;
    cursor: pointer;
    letter-spacing: 0.04em
}

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

.team-list {
    background-color: #FFFFFF
}

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

.team-section {
    background-color: #f4f4fd;
}
.team-list li {
    background-color: #FFFFFF;
}
 
footer {
    background-color: #2e2f42;
    color: #f4f4fd;
    text-align: left;
}

.footer-text {
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #f4f4fd;
}