html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  box-sizing: border-box;
  background: #000;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.sicklemon-logo {
  display: block;
  width: min(100%, 700px);
  max-height: calc(100vh - 48px);
  object-fit: contain;
  filter: brightness(0) invert(1);
}

a {
  color: #00B7FF;
}
