.controls{
position: fixed;
top:10px;
left: 10px;
}

.language{
position: fixed;
top:10px;
right: 10px;
}

.language img{
margin-bottom: 5px;
}

.link{
color: rgb(0,51,102);     
text-decoration: none;
font-weight: bold;
}

.link:hover{
color: rgb(0,51,153);
}