@font-face {
    font-family: "M56";
    src: url("/card/fonts/m56LITE.ttf") format("truetype");
}
@font-face {
  font-family: "neo";
  src: url("/card/fonts/neoBet.ttf") format("truetype");
}
a {
  color: white;
  filter:
  drop-shadow(0px 0px 2px #0099ff);
}
.glowText {
  filter: drop-shadow(0px 0px 10px #0099ff);
}
.mainLogo{
  filter:
    drop-shadow(5px 5px 10px #d400ff)
    drop-shadow(-5px -5px 10px #00ccff);
}

h1 {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 30px;
}
.textBox {
  max-width: 300px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: left;
  background-color: rgba(20, 20, 20, 0.651);
  border-style: outset;
  border-width: 2px;
  border-color: black;
  margin-bottom: 20px;
  margin-left: 20px;
  height: fit-content;
  width: fit-content;
}
p {
  padding: 5%;
  padding-top: 0%;
}
.neoText {
  font-family: 'neo';
  filter: drop-shadow(0px 0px 10px #0099ff);
}
html {
  background-attachment: local;
  background-image: url(/site-wide/backgrounds/backstar.gif);
  color: white;
  margin: auto;
  display: grid;
}
.rainbowText {
  background-image: url(/site-wide/rainbowBorder.gif);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:first;
}
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  a {
    padding-left: 70px;
  }
}
header {
  max-width: 300px;
  width: 300px;
  margin: auto;
}
#statuscafe {
  padding: .5em;
}
#statuscafe-username {
  margin-bottom: .5em;
  color: #ffc400;
}
#statuscafe-content {
  margin: 0 1em 0.5em 1em;
  text-align: left;
}