.langContainer {

    position: absolute;
    top: 0;
    right: 0;
    padding: 1%;
    z-index: 1;
    height: 4%;
}

.langContainer a {
    color: rgb(187,187,187);
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
}

.langContainer a:hover
{
	 text-decoration: none;
	 color: rgb(187,187,187);
}

.divideLang {
    color: #000;
	font-size: 20px;
}