body {
  margin: 0;
  font-family: sans-serif;
  font-size: 15px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.languages {
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  padding: 2px;
  z-index: 1;
}

.github {
  position: absolute;
  top: 10px;
  right: 10px;
}