.lang-links h6{
    text-align: center;
    font-weight: bolder;
    color:red;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height:30px;
}

.lang-links h6:hover{
    color:aqua;
    font-size: 20px;
    font-weight: bolder;
}
.lang-links li:hover{
    color:blue;
    font-weight: bolder;
}
.logos{
    height:auto;
    max-width: 100%;
    width:50px;
    margin-left:auto;
    margin-right:auto;
}
footer{
    margin-top:40px;
}
.lang-list li:hover{
    color:orange;
    font-weight: bolder;
}