body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #031927;
  margin: 0;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.f {
  position: fixed;
  bottom: 5px;
  right: 15px;
  font-family: 'Arial';
  font-size: 0.7rem;
  color: #aaa;
  text-align: center;
}
.f a {
  font-size: 0.8rem;
  color: #fff;
}