body {
  background: #222;
  color: #eee;

  margin: 0;
  height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  font-family: sans-serif;
  font-size: min(1vh, 1vw / 1.3);

  overflow: hidden;
}

#ip-header {
  font-size: 7.5em;
  margin: 0;
}

#ip {
  font-size: 20em;
  margin: 0;

  &[data-v6] {
    font-size: 10em;
  }
}

#ip-class {
  color: #ccc;
  font-size: 5em;
  margin: 0;
}

#server-name {
  color: #ccc;
  position: absolute;
  font-size: 2em;
  bottom: 2.5em;
  margin: 0;
}

#git {
  color: #ccc;
  position: absolute;
  font-size: 1.5em;
  bottom: 0.5em;
  margin: 0;

  a {
    color: inherit;
    text-decoration: none;
  }
}
