.div-logo {
    text-align: center;
    padding-top: 15%;
    padding-bottom: 5rem;
}

.div-lang-select {
    font-weight: 500;
    text-align: center;
    padding-top: 9rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
}

.div-lang-select .link {
    color: red;
}

a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: blue;
}