@font-face {
  font-family: SF;
  font-weight: bold;
  src: url("font.otf") format("opentype");
  font-display: swap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000000;
  color: #e0e0e0;
}

.accent {
  color: rgb(187, 0, 0);
}

a {
  color: #e0e0e0;
  text-decoration: none;
}

pre {
  font-family: SF;
  font-size: 16px;
  margin: 0;
  overflow-x: auto;
  max-width: 90vw;
}

#iplist {
  margin-top: 1em;
}

#nav {
  margin-top: 1em;
}

#nav a {
  color: rgb(187, 0, 0);
}

#nav a:hover {
  text-decoration: underline;
}

*:focus {
  outline: 0;
}

*::-moz-focus-inner {
  border: 0;
}

@media(max-width: 500px) {
  pre {
    font-size: clamp(8px, 2.8vw, 16px);
  }
}
