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

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

.logo-right-part {
    color: #2e2f42;
}

.nav-text {
    font-weight: 500;
    letter-spacing: 0.02em;
}

.nav-text:hover,.nav-text:focus {
    color: #404BBF;
}

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

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

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

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

a {
    text-decoration: none;
    color: inherit;
}

.button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background-color: #4D5AE5;
    border: none;
    cursor: pointer;
}

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

.first-main-part {
    background-color: #2E2F42;
}

.our-team {
    background-color: #F4F4FD;
}

header {
    color: #2E2F42;
}

ul {
    list-style: none;
}

.address {
    color: #434455;
    font-style: normal;
}

.address-link {
    letter-spacing: 0.02em;
}

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

.footer {
    background-color: #2E2F42;
    color: #F4F4FD;
}

.logo-right-part-footer {
    color: #F4F4FD;
}

.list-item-third-section {
    background-color: #FFFFFF;
}