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

ul {
    list-style: none;
}

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

.logo:hover,
.logo:focus {
    color: #2E2F42;
}

.logo span {
    color: #4D5AE5;
}

.logo span:hover,
.logo span:focus {
    color: #4D5AE5;
}

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

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

.footer-logo:hover,
.footer-logo:focus {
    color: #4D5AE5;
}

.footer-logo:hover .studio,
.footer-logo:focus .studio {
    color: #f4f4fd;
}

.nav-list {
    padding: 0;
    margin: 0;
}

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

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

address {
    font-style: normal;
}

.address-list {
    padding: 0;
    margin: 0;
}

.address-list a {
    color: #434455;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.address-list a:hover,
.address-list a:focus {
    color: #404BBF;
}

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

.hero-section {
    background-color: #2E2F42;
    text-align: left;
}

button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.hero-button {
    background-color: #4D5AE5;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

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

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

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

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

.features-list {
    padding: 0;
    margin: 0;
}

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

.team-list {
    padding: 0;
    margin: 0;
}

.team-list li {
    text-align: center;
    background-color: #FFFFFF;
}

.team-list img {
    display: block;
}

.portfolio-list {
    padding: 0;
    margin: 0;
}

.portfolio-list li {
    text-align: left;
}

.portfolio-list img {
    display: block;
}

footer {
    background-color: #2E2F42;
}

.footer {
    background-color: #2E2F42;
    text-align: left;
}

.footer .logo {
    display: inline-block;
}

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