body {
  margin: 0;
  overflow: hidden;
}

.link {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 10px;
  font-family: sans-serif;
  font-weight: 100;
}
.link a {
  color: white;
  text-decoration: none;
}
.link a:hover {
  text-decoration: underline;
}