body {
    font-family: "Roboto", sans-serif;
    color: #434455;
    background-color:#ffffff;
    font-weight: normal;
    font-style: normal;
}
a{
    text-decoration: none;
}
.logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #4D5AE5;
    line-height: 1.17;
    letter-spacing: 0.03em;
    text-transform: uppercase;

}
.logo-span{
    color: #2e2f42;
}
.logo:hover, .logo:focus {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.17;
    color: #404bbf;
    text-decoration: underline;
}
.nav-menu {
    font-family: inherit;
    font-size: 16px;
    color: #2e2f42;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.nav-menu:hover, .nav-menu:focus{
    color: #404bbf;
}
.adress-class{
    font-style:normal;
}
.address{
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color:  #434455;
}
.address:hover, .address:focus{
    color: #404bbf;
}
.main{
    background-color: #2e2f42;
}

.main-head{
    font-family: inherit;
    font-size:56px;
    line-height: 1.07;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: bold;
    color:#ffffff;
    background-color:#2e2f42;
}
.main-button{
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size:16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
    background-color: #4D5AE5;
    color: #ffffff;
}
.main-button:hover, .main-button:focus{
    background-color: #404BBF;
    color: #ffffff;
}
.medium-header {
    font-size: 36px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    text-align: center;
    color: #2e2f42;
}
.feature-list {
    background-color: #ffffff;
}
.small-header {
    font-family:inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
}
.text{
    font-family: inherit;
    color: #434455;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.team-section {
    background-color:  #F4F4FD;
}

.team-image{
    background-color: #ffffff;
}
.team-list{
    background-color: #ffffff;
}

.team-list-inner{
    background-color: #ffffff;
}

.footer-class {
    background-color:#2e2f42;
}
.footer-text{
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #F4F4FD;

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