.languages {
    margin: 10px;
}
.languages a {
    color: white;
    text-decoration: none;
}
.languages a:hover {
    color: #003399;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
a.lang_selected {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #003399;
}
