.body{
    font-family: "Roboto", sans-serif;
    color: #434455;
    background-color: #FFFFFF;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Roboto';
 }
ul,ol {
    list-style-type: none;
} 

.header{
    background-color: #FFFFFF;
}

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

.accent{
    color: #2e2f42;
}

.nav-list .link-nav{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
}

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

.address{
    font-style: normal;
}

.address-list .address-link{
    font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        color: #434455;
}

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

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

.first-block{
    background-color: #2e2f42;
}
.head-text{
    font-size: 56px;
    line-height: 1.07;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
}
.button{
    background-color: #4D5AE5;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #ffffff;
    cursor: pointer;
}
.button:hover{
    background-color: #404BBF;
}
.button:focus {
    background-color: #404BBF;
}

.h-third-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
}
.text-simple{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.team-section{
    background-color: #F4F4FD;
}

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

.team-item{
    background-color: #FFFFFF;
}

.team-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
}

.team-text{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.footer{
    background-color: #2e2f42;
}

.accent-footer{
    color: #f4f4fd;
}

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