.shrinepanel {
  background-color: rgb(25, 17, 22);
  background-size: 150%;
  background-position: left 250px;
  outline-offset: -3px;
  text-decoration: none;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  color: crimson;
  padding: 10px;
  box-shadow:
    inset 2px 2px rgb(160, 81, 38),
    inset -2px -2px rgb(0, 60, 25);
}

.bigsp {
  background-color: rgb(170, 255, 179);
  background-blend-mode: exclusion;
  background-image: url(Gifs/sunspot3.gif);
}

.smallsp {
  background-color: rgb(255, 170, 242);
  background-blend-mode: exclusion;
  background-image: url(Gifs/sunspot3.gif);
}

.full {
  width: 100%;
}

.fully {
  height: 100%;
}

.half {
  width: 50%;
}

.seven {
  width: 70%;
}

.three {
  width: 30%;
}

.two {
  width: 20%;
}

.one {
  width: 10%;
}

.six {
  width: 60%;
}

.four {
  width: 40%;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.gap {
  gap: 20px;
}

.center {
  text-align: center;
}

.fullheight {
  height: 100%;
}

.textboxer {
  padding: 10px;
  background-color: rgb(60, 39, 52);
  outline-offset: -3px;
  box-shadow:
    inset 2px 2px rgb(136, 90, 111),
    inset -2px -2px rgb(0, 0, 0);
}

.megaflex {
  display: flex;
  width: 1200px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.topmargin {
}

.miniflex {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.col {
  display: flex;
  flex-direction: column;
}

.fill {
  flex: 1; /* grow to fill remaining space */
  min-width: 0; /* IMPORTANT if content can overflow */
}

.boxwrapper {
  background-color: #d2d2d2;
  padding: 10px;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px #000;
}

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textbutton {
  background: none;
  border: none;
  padding: 5px;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

/*fonts*/

notcolortxt {
  font-family: Cthulhumbus;
  font-size: larger;
  text-shadow:
    -2px 0 #000,
    0 2px #000,
    2px 0 #000,
    0 -1px #000,
    0 0;
  font-weight: bold;
}
maintxt {
  font-family: vt323;
  font-size: larger;
  text-shadow:
    -2px 0 #000,
    0 2px #000,
    2px 0 #000,
    0 -2px #000,
    0 0;
}

text2 {
  font-size: larger;
  text-shadow:
    -2px 0 #000,
    0 2px #000,
    2px 0 #000,
    0 -2px #000,
    0 0;
}

big {
  font-family: stretch;
  font-size: 30px;
  text-shadow: none;
  color: rgb(255, 230, 0);
  background-color: rgb(0, 116, 68);
  mix-blend-mode: overlay;
  font-variant-ligatures: none;
}
small {
  font-family: dec;
  font-size: x-large;
  text-shadow: none;
  color: rgb(251, 255, 0);
  background-color: rgb(53, 52, 124);
  mix-blend-mode: overlay;
}


med {
  font-family: dec;
  font-size: xx-large;
  text-shadow: none;
  color: rgb(251, 255, 0);
  background-color: rgb(53, 52, 124);
  mix-blend-mode: overlay;
}
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  background-color: rgb(161, 0, 99);
  color: rgb(0, 76, 255);
}
