@font-face {
  font-family: "JW_VHS_Mono";
  src: url("/styles/fonts/JW_VHS_Mono.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "JWPixel";
  src: url("/styles/fonts/JWPixel.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

/* Link styles */
a,
a:visited {
  color: #f30400;
}

a:hover {
  text-decoration: none;
}

/* Common Body */
.logo {
  filter: drop-shadow(2px 2px 0px #ff504d);
}

body,
html,
#shade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  position: absolute;
  overflow: hidden;
  overflow-y: scroll;
}

body {
  background: #241879;
  background: linear-gradient(176deg, rgba(81, 11, 212, 1) 0%, rgba(159, 173, 201, 1) 50%, rgba(139, 139, 204, 1) 100%);
  background-image: url("../images/bg.jpg");
  background-size: 700px;
}

#shade {
  position: fixed;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  transform: rotate(18deg);
  z-index: -10;
  float: left;
  background-image: linear-gradient(45deg, #3c1b84 25%, transparent 25%), linear-gradient(135deg, #3c1b84 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #3c1b84 75%), linear-gradient(135deg, transparent 75%, #3c1b84 75%);
  background-size: 35px 35px;
  background-position:
    0 0,
    17.5px 0,
    17.5px -17.5px,
    0px 17.5px;
  opacity: 0.6;
  overflow: hidden;
}

/* Stuffffffffffffffffff */
.floater {
  position: absolute;
  float: left;
  color: white;
  top: 0;
  left: 0;
  padding: 15px;
}

.floater-right {
  left: unset;
}

.floater img {
  display: block;
}

.gem {
  position: fixed;
  z-index: -5;
  image-rendering: pixelated;
}

#bloxNav {
  display: flex;
  align-items: center;
  padding: 5px;
  flex-flow: row;
  justify-content: center;
  gap: 30px;
  font-family: "JW_VHS_Mono";
  font-size: 14px;
  margin: 10px 0px;
}

#bloxNav,
#bloxNav a,
#bloxNav a:visited {
  color: blue;
}

#bloxNav a {
  text-decoration: none;
}

.bloxBlock {
  padding: 4px 5px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 1px;
  background-color: white;
  background-image: url("https://textures.neocities.org/textures/paper-and-sponge/Fiesta_Bkgrd.jpg");
  border: 6px double #3624e4;
  outline: 6px double rgba(66, 68, 228, 0.82);
}

.bloxBlock img,
.bloxBlock span {
  display: inline-block;
  vertical-align: middle;
}

.bloxBlock img {
  height: 32px;
  image-rendering: pixelated;
  filter: drop-shadow(0px 10px 20px white);
}

.bloxBlock span {
  display: inline-block;
}

/* OMG imgine if waluigi ate all the spageti in the world */
