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

ul {
    list-style: none;
}
.logo {
    color: #4D5AE5;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
}
.nav-link {
    text-decoration: none;
    color: #2E2F42;
    font-weight: 500;
}
.nav-link:hover {
    color: #404BBF;
}
.nav-link:focus {
    color: #404BBF;
}
.address {
    font-style: normal;
}
.address-link {
    text-decoration: none;
    color: #434455;
    font-weight: 400;
}
.address-link:focus {
    color: #404BBF;
}
.address-link:hover {
    color: #404BBF;
}
.hero-title {
    font-size: 56px;
    line-height: 1.07;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.button {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    background-color: #4D5AE5;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 500;
}
.button:hover {
    background-color: #404BBF;
}
.button:focus {
    background-color: #404BBF;
}
.title {
    background-color: #2E2F42;
}
.feature-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2E2F42;
}
.feature-description {
    color: #434455;
}
.section-title {
    color: #2E2F42;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.11;
}
.team {
    background-color: #F4F4FD;
}
.team-member {
    background-color: #ffffff;
    color: #2E2F42;
}
.team-name {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
.team-role {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #434455;
}
.portfolio-title {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #2E2F42;
    line-height: 1.2;
}
.portfolio-category {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #434455;
}
.footer {
    background-color: #2E2F42;
    color: #F4F4FD;
}
.web {
    color: #4D5AE5;
    text-transform: uppercase;
}
.studio2 {
    color: #2E2F42;
    text-transform: uppercase;
}
.studio {
    text-transform: uppercase;
    color: #F4F4FD;
}
.footer-logo {
    text-decoration: none;
}