* {
  box-sizing: border-box;
}

@font-face {
  font-family: "departure";
  src: url("departure.woff2") format("woff2");
}

body {
  font-family: "departure";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  height: 100vh;
  padding: 24px;
  margin: 0;
  width: 100%;
}
img {
  pointer-events: none;
  margin-top: auto;
  width: 80px;
}
a {
  text-decoration: none;
  margin-top: auto;
  opacity: 0.5;
  color: #fff;
}
a:hover {
  opacity: 1;
}
.bottom-text {
  font-family: 'Press Start 2P', cursive;
  font-size: 0.6rem; /* reduced from 0.9rem */
}

