@font-face {
  font-family: 'Expedite';
  src: url('../../fonts/expedite.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

body {
  background-color: #09065c;
  background-image: url('https://frutigeraeroarchive.org/images/resources/metro/metro_19.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: #eee;
  font-family: "Expedite", Tahoma, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  min-height: 100vh;
}

.lime {
  color: #ff4dff;
  text-shadow: 3px 3px 10px magenta;
}

input {
  width: 80%;
  border-radius: 0;
  border: none;
    background: white;
    color: #000;
    background-image: url("https://frutigeraeroarchive.org/images/resources/metro/metro_24.png");
    padding: 3px;
  backdrop-filter: blur(5px);
}

button {
  border-radius: 0 30px 30px 0;
  background: linear-gradient(to bottom, #ffb200 0%, #ff8000 50%, #cc5500 100%);
    color: white;
  padding: 3px;
    border: none;
    text-shadow: 1px 1px 2px #000;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.4), 0 4px 6px rgba(0,0,0,0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}
button:hover {
    background: linear-gradient(to bottom, #ffcc33 0%, #ff9900 50%, #cc6600 100%);
    box-shadow: inset 0 4px 6px rgba(255,255,255,0.5), 0 6px 10px rgba(0,0,0,0.7);
}

.result-card {
  text-align: left;
  background: linear-gradient(to bottom, #ff9900, #cc5500);
  padding: 3px;
  color: white;
  margin: 10px 15px;
  border-radius: 12px;
    border: 2px solid #ffcc33;
    box-shadow: inset 0 2px 8px rgba(255,255,255,0.5), 0 6px 12px rgba(0,0,0,0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(8px);
}

.result-card h2 {
  color: white;
  padding: 0;
  margin: 0;
}

.result-card p {
  color: white;
  padding: 0;
  margin: 0;
}

.result-card a {
  color: white;
}

.highlight {
  background-color: black;
}

#tagline {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
}

.rotate {
  display: inline-block;
  transform: rotate(-15deg) translateX(-2px);
}

.axe {
  display: inline-block;
  transform: rotate(-15deg) translateY(2px) translateX(-2px);
  color: white;
}

.axe2 {
  display: inline-block;
  transform: rotate(-15deg) translateY(2px) translateX(-2px);
  color: white;
}

#fish {
  height: 100px;
  user-select: none;
}

#supermegaimportantlogo {
  font-size: 40px;
  border-radius: 0 0 12px 12px;
  color: white;
  user-select: none;
  margin-bottom: 0;
}
