
@font-face {
  font-family: "Alshain";
  src: url("https://multiverse-radio.org/assets/SCIFI.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Zurich";
  src: url("https://multiverse-radio.org/assets/ZURCHK.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Orbitron";
  src: url("https://multiverse-radio.org/assets/ORBITRON.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Alteran";
  src: url("https://multiverse-radio.org/assets/Alteran.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MilkyWayGlyphs";
  src: url("https://multiverse-radio.org/assets/stargate_concept.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PegasusGlyphs";
  src: url("https://multiverse-radio.org/assets/StargatePegasusGlyphs-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: url(https://multiverse-radio.org/assets/background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.fucking-center-god-damnit {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.fancy {
  background-color: #8B7508;
  border: 2px solid #F0CF15;
  border-radius: 12px;
  padding: 8px;
  margin: 0.5em 0;
  max-width: 600px;
  min-width: 600px;
  box-shadow:
    0 0 0 2px rgba(240, 207, 21, 0.25),
    0 0 25px rgba(240, 207, 21, 0.35);
  border-image-width: 40px;
  border-image-slice: 30% fill;
}

.fancy-slim {
  background-color: #8B7508;
  border: 2px solid #F0CF15;
  border-radius: 12px;
  padding: 8px;
  margin: 0.5em 0;
  max-width: 400px;
  min-width: 400px;
  box-shadow:
    0 0 0 2px rgba(240, 207, 21, 0.25),
    0 0 25px rgba(240, 207, 21, 0.35);
  border-image-width: 40px;
  border-image-slice: 30% fill;
}

.fancy-wide {
  background-color: #8B7508;
  border: 2px solid #F0CF15;
  border-radius: 12px;
  padding: 8px;
  margin: 0.5em 0;
  max-width: 900px;
  min-width: 900px;
  box-shadow:
    0 0 0 2px rgba(240, 207, 21, 0.25),
    0 0 25px rgba(240, 207, 21, 0.35);
  border-image-width: 40px;
  border-image-slice: 30% fill;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}  

div {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1, h2, h3 {
  font-family: "Alshain", "Zurich";
  color: #F0CF15;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5), 0 0 6px rgba(240,207,21,0.6);
  margin: 0.5em 0;
}

p {
  font-family: "Orbitron";
  color: #E6C512;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

blockquote {
  font-size: 0.8em;
}

.alteran {
  font-family: "Alteran"
}

.glyphs-mw {
  font-family: "MilkyWayGlyphs" !important;
  font-size: 2em;
}

.glyphs-pg {
  font-family: "PegasusGlyphs" !important;
  font-size: 3em;
}

img {
  mask-image: url(https://multiverse-radio.org/assets/RoundMask.png);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  box-shadow:
    0 0 0 2px #F0CF15,
    0 0 15px rgba(240,207,21,0.5);
}

a {
  color: #F0CF15;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #FFF176;
}

hr {
  border-color: #F0CF15;
  opacity: 0.5;
}

button {
  background-color: #6B5806;
  border: 2px solid #F0CF15;
  border-radius: 8px;
  color: #F0CF15;
  padding: 0.5rem 1rem;
  font-family: "Orbitron";
  box-shadow: 0 0 6px rgba(240,207,21,0.6);
  cursor: pointer;
}

button:hover {
  background-color: #7A6507;
  color: #FFF176;
}

.rounded-black {
  background-color: #000000;
  border-radius: 12px;
  padding: 15px;
  color: #ffffff;
  max-width: 70%;
  min-width: 70%;
  min-height:100px;
  max-height:115px;
}