body {
  padding: 10px;
  padding-inline: 5%;
  background-color: #f4ebfa;
  color: #271432;
  font-family: 'Coolvetica';
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  text-align: center;
  text-wrap: wrap;
  max-width: 1200px;
}

body p {
  text-align: left;
  text-wrap: pretty;
  word-spacing: .15rem;
  line-height: 1.5rem;
}

img {
  max-height: 400px;
  height: auto;
  max-width: 100%;
  transition: .4s;
}

img:hover {
  transform: scale(1.025);
}

#nohover:hover {
  transform: none;
}

a {
  color: #9B00FF;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #fff;
  text-shadow: 1px 0px 2px #9B00FF, -1px 0px 2px #9B00FF, 0px 1px 2px #9B00FF, 0px -1px 2px #9B00FF;
}

b {
  font-family: 'Hyperlegible';
  text-shadow: 1px 0px 2px rgb(155, 0, 255, .2), -1px 0px 2px rgb(155, 0, 255, .2), 0px 1px 2px rgb(155, 0, 255, .2), 0px -1px 2px rgb(155, 0, 255, .2);
}

hr {
  width: 75%;
  border-top: .5px solid #271432;
  border-bottom: .5px solid #271432;
  border-left: 0px;
  border-right: 0px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

::-moz-selection {
  color: #592179;
  background: #d6b1ee;
}

::selection {
  color: #592179;
  background: #d6b1ee;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #271432;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #512a67;
}

h1 {
  font-family: 'Nightcore';
  font-size: 36px;
  text-align: center;
}

h2 {
  font-family: 'Adorable Doll';
  font-size: 36px;
  text-align: center;
  text-transform: lowercase;
  transition: .4s;
  margin-top: 5px;
  margin-bottom: 20px;
}


h3 {
  font-size: 30px;
  font-family: 'Psychomachy';
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-rows: 1fr;
  gap: 0px 1%;
  grid-auto-flow: row;
  grid-template-areas:
    "left right";
    max-width:800px;
    margin-inline: auto;
}

.left {
  text-align: center;
  grid-area: left;
}

#details {
  background-color: #fcf9ff;
  text-align: left;
  border: 2px solid #271432;
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin-bottom: 10px;
  height: auto;
  max-height: 160px;
  overflow-y: auto;
}

.right {
  grid-area: right;
  text-align: center;
}

.right img {
  height: auto;
}

.buttonthing {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.buttonthing a {
  display: inline-block;
  width: 60%;
  height: 50px;
  font-size: 36px;
  font-family: 'Coolvetica';
  letter-spacing: 5px;
  text-align: center;
  color: #fff;
  background-color: #271432;
  overflow: hidden;
  border-radius: 30px;
}

.buttonthing a:hover {
  letter-spacing: 10px;
}

/* Blog */
.blogpost {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#posttitle {
  color: #4b2d5c;
  background-color: #d4bde3;
  padding: 5px;
  font-size: 12px;
}

#posttitlewarning {
  color: #5c2d2d;
  background-color: #e5b1b1;
  padding: 5px;
  font-size: 12px;
}

#posttitlewarning a {
  color: #321414;
  font-size: 18px;
  text-decoration: underline;
}

#posttitlewarning a:hover {
  color: #fff;
  text-shadow: 1px 0px 2px #ff0000, -1px 0px 2px #ff0000, 0px 1px 2px #ff0000, 0px -1px 2px #ff0000;
}

#posttitlewarning:before {
  content: url(/img/tiny/red/r4.gif);
  display: inline-block;
  margin-right: 1px;
}


#posttitle a {
  color: #271432;
  font-size: 18px;
  text-decoration: underline;
}

#posttitle a:hover {
  color: #fff;
}

#posttitle:before {
  content: url(/img/tiny/purple/pitchfork.gif);
  display: inline-block;
  margin-right: 5px;
}

#postcontent {
  color: #665e6d;
  background-color: #fcf9ff;
  padding: 5px;
  font-size: 14px;
}

.contentwarning {
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-family: 'Hyperlegible';
  font-weight: bold;
  text-wrap: balance;
}

.contentwarning h1 {
  color: #000;
  font-family: 'Hyperlegible';
  font-size: 36px;
  margin-bottom: 0px;
}

.contentwarning a {
  color: #9B00FF;
  text-decoration: underline;
}

.contentwarning a:hover {
  color: #FFF;
}


.latest {
  background-image: linear-gradient(to bottom, #32004e, #6C32A4, #32004e);
  margin-inline: auto;
}

.latest h3 {
  color: #fff;
  font-size: 2em;
  margin-inline: auto;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.scroller {
  max-width: 90%;
  height: auto;
  margin-inline: auto;
}

.scroller[data-animated="true"] .scroller__inner:hover {
  animation-play-state: paused;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller__inner img {
  height: 250px;
  width: auto;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  mask: linear-gradient(90deg, transparent, white 5%, white 95%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

.divider {
  background-image: url(/img/bgs/gpurple.gif);
  width: 100%;
  height: .25rem;
  margin-block: 1rem;
  margin-inline: auto;
  border: 0PX;
  border-radius: 50%;
  image-rendering: pixelated;
}

.divider::before {
  content: url(/img/tiny/black/starpurple.gif);
  display: inline-block;
  font-size: 2rem;
  transform: translateY(-20px);
  image-rendering: pixelated;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

@media only screen and (width <=400px) {
  body {
    line-height: normal;
    font-size: 14px;
  }

  body p{
    line-height: normal;
  }

  .scroller__inner img {
    height: 100px;
    width: auto;
  }

  .latest h3 {
    font-size: 1.5rem;
  }
}