body {
    background-color: black;

}

.logo {
    padding: 15px 0 15px 0;
    margin: 0px auto;
    width: 960px;
    text-align: center;
    border-bottom: 1px #888888 solid;
}

.navigation {
    font-size: 22px;
    padding: 15px 0 15px 0;
    margin: 0px auto;
    width: 960px;
    text-align: center;
    border-bottom: 1px #888888 solid;
}

.navigation-text {
    font-family: 'Roboto', sans-serif;
}

.navigation-textass {
    display: flex; 
}

.navigation-text-item {
    flex: 1 1 0;
    text-align: center;
}

.navigation-text-color {
    color: rgb(255, 255, 255);
    text-decoration: none;
    list-style: none;
    text-transform: uppercase;
}

.container {
    padding: 0px 0 15px 0;
    margin: 0px auto;
    width: 960px;
    text-align: center;
    border-bottom: 1px #888888 solid;
}

.text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
}

.footer {
    padding: 15px 0 15px 0;
    margin: 0px auto;
    width: 960px;  
}

.footerlink {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: space-between;
}

.footerinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footertext {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    list-style: none;
    text-transform: uppercase;
}

.footericongrup {
    display: flex;
    align-items: center;
}

.iconsatings {
    width: 22px
}

.footericon {
    padding: 0 6px 0 0;
}
