body {
    font-family: 'Roboto', sans-serif;
    color: #2E2F42;
}

.navigation {
    text-decoration: none;
    color: #2E2F42;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 1.5;
}

.logo {
    text-transform: uppercase;
    text-decoration: none;
    color: #2E2F42;
    font-size: 18px;
    line-height: 1.16;
    letter-spacing: 0.54px;
    font-weight: 600;
}

.logo .logo-web {
    color: #4D5AE5;
}

.address {
    color: #434455;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 1.5;
}

.navigation:hover,
.address:hover {
    color: #404BBF;
}

h1 {
    font-weight: bold;
    font-size: 56px;
    letter-spacing: 1.12px;
    line-height: 1.07;
    color: white;
    text-align: center;
}

.order-service,
.main-footer {
    background-color:#2E2F42;
}

.button-order-service {
    background-color:#4D5AE5;
    color: white;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.64px;
    cursor: pointer;
}

.button-order-service:hover {
    background-color: #404BBF;
}

.about-header,
.employee,
.our-portfolio-article-header {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.4px;
}

.about-description,
.employee-profession,
.our-portfolio-article-description {
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #434455;
}

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

.our-team-header,
.our-portfolio-header {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.72px;
    text-align: center;
}

.workers {
    background-color: white;
}

.main-footer-description {
    color: #F4F4FD;
    letter-spacing: 0.32px;
    line-height: 1.5;
}

.main-footer .logo {
    color: #F4F4FD;
}