.languages {
  position: absolute;
  right: 0px;
  bottom: 55px;
  color: white;
  padding: 2px 12px 2px 2px;
  font-size: 1.0em;
  text-align: right;
  width: 15vw;
  text-decoration: underline;
}

.languages a {
  text-decoration: none;
  font-weight: bold;
  border-radius: .4em;
  background: #00529b;
  color: #bde5f8;
  padding: 0.2em 1.0em;
}

.languages a:hover {
  background: #bde5f8;
  color: #00529b;
}
