html, body{
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: 'Kimberley';
  src: url('Kimberley.otf') fromat('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.orbitron-text{
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
  nav:has(+ :target) a:nth-child(1),
  nav:has(+ * + :target) a:nth-child(2) {
    color: #F00 !important;
  }

  
.oxanium-text {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
