:root {
  --text: #e6d2fe;
  --outside: #999790;
  --navbutton: #d07a74;
  --background: #2d283f;
  --transbg: #2d283fc7;
  --panel2: #5e4e726b;
  --highlight: #a6ceee;
  --border: #5b5888;
  --super: #ffffff;
  --purple: #eae59b;
  --violet1: #6b6281;
  --lightgreen: #c9d4b8;
  --shadow: #16161d9c;
  --font: "jetbrainsfont", sans-serif;
  --titlefont: "jetbrainsfont", monospace;
  --trans: cubic-bezier(0.61, 1, 0.88, 1);
}

footer {
  margin-top: 15px;
}

#background_wrap {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-image: url(/images/pictures/kikismall.webp);
  background-attachment: scroll;
  image-rendering: pixelated;
}

/*ebe9e2*/
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: normal;
  src:
    local("Segoe UI"),
    url("/segoe-ui.woff") format("woff");
}

.media_grid {
  width: 100%;
  padding: 8px 8px;
  display: grid;
  justify-content: center;
}

.cd_grid {
  grid-template-columns: repeat(auto-fit, 148px);
  grid-auto-rows: 148px;
}
.dvd_grid {
  grid-template-columns: repeat(auto-fit, 148px);
  grid-auto-rows: 206px;
}

.cd_grid div p {
  margin: 5px 5px 15px 5px;
  font-size: 1em;
}

@font-face {
  font-family: jetbrainsfont;
  src: url("/JetBrainsMono-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

hr {
  border: none;
  border-bottom: 2px solid var(--border);
}

a {
  color: var(--highlight);
  text-decoration-line: unset;
}

a:hover {
  color: var(--super);
}

.center {
  text-align: center;
}

#guestbook {
  height: 800px;
  left: 0px;
}

.bordered {
  border: 5px solid var(--purple);
  padding: 15px;
  margin: 15px;
  border-radius: 15px;
  display: in-line grid;
  grid-template-columns: 100px auto 100px;
}

.wideblink img {
  height: 30px;
}

.stamp img {
  height: 56px !important;
  width: 100px !important;
}

.blink img {
  height: 31px !important;
  width: 88px !important;
}

.blink img,
.stamp img,
.wideblink img {
  margin: 0px 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  left: 0px !important;
}

figure {
  text-align: center;
  margin: 0%;
}

.single_col {
  width: 100%;
  display: block;
  top: 0%;
  margin: 0px;
  text-align: left;
}

#fullcol {
}

#col2 {
  padding: 5px;
  width: 40%;
}

#col3 {
  padding: 5px;
  width: 60%;
}

#trackInfo {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

#listening img {
  display: inline-block;
  width: 30%;
}

.all {
  background-color: var(--background);
  image-rendering: crisp-edges;
  clear: both;
  text-align: left;
  overflow: auto;
  border-radius: 10px;

  padding: 20px 15px;
  flex-direction: column;
  display: block;
  height: auto;
  max-width: 850px;
  left: 220px;
  margin: 35px auto;
  animation:
    opacity-in 1s ease 0s 1 normal forwards,
    pop-in 0.7s ease 0s 1 normal forwards;
}

@media screen and (max-width: 850px) {
  .flexgames {
    flex-direction: column;
  }

  .pages a {
    width: auto !important;
  }

  .content {
    width: 100% !important;
  }

  .all {
    background-color: var(--transbg);
    margin: 10px;
    padding: 5px;
    border-radius: 0px;
  }
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--font);
  font-size: 1em;
  margin: 0%;
  color: var(--text);
}

code {
  font-family: jetbrainsfont;
  color: lawngreen;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px;
  border-radius: 3px;
}

.small_boxed {
  background-color: var(--panel1);
  padding: 10px;
  display: block;
  margin: 0px;
}

h1 {
  font-family: jetbrainsfont;
  color: #e5c385;
  text-align: center;
  margin: 10px;
  font-size: 38px;
}

.spinnyimg,
.img {
  width: 100%;
}

.spinnyimg {
  animation-name: spinny;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}

@keyframes spinny {
  0% {
    transform: rotateY(0deg) rotateZ(0deg) rotateY(5deg);
  }

  100% {
    transform: rotateY(360deg) rotateZ(0deg) rotateY(5deg);
  }
}

.rotates {
  animation-name: rotationanim;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

@keyframes rotationanim {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

#osaka-wave {
  rotate: -15deg;
  margin-left: 395px;
  margin-top: 0px;
  scale: 150%;
  animation-duration: 2s;
}

#osaka-chibi {
  rotate: 30deg;
  margin-left: -540px;
  margin-top: 30px;
  scale: 250%;
  animation-duration: 3s;
}

h2 {
  font-family: jetbrainsfont;
  text-align: left;
  margin: 5px;
  color: var(--purple);
  z-index: 2;
}

h3 {
  font-family: jetbrainsfont;
  color: var(--lightgreen);
  padding: 5px;
  border-radius: 10px;
}

#top_right {
  margin-left: 430px;
  margin-top: 52px;
  rotate: -24deg;
  scale: 2.5;
}

.link {
  position: relative;
  text-decoration-line: unset;
  color: var(--text);
}

.link:hover {
  z-index: 999;
  color: var(--lightgreen);
}

.scroll {
  height: 150px;
  scrollbar-color: var(--darkpurple);
  scrollbar-width: 5px;
  scrollbar-base-color: var(--darkpurple);
  overflow-y: auto;
}

.link:hover img {
  box-shadow: -15px 22px 5px 0px var(--shadow);
  transition-duration: 200ms;
  transition-timing-function: var(--trans);
  transform: translate(0px, -4px);
}

.screenshots img {
  width: calc(100% - 20px);
  text-align: center;
  display: block;
  margin: 10px;
}

aside {
  width: 30%;
  font-style: italic;
  background-color: lightgray;
}

.yt {
  border-radius: 15px;
}

iframe {
  border: none;
}

.buttons {
  padding-top: 10px;
  text-align: center;
}

.buttons img {
  transition-duration: 150ms;
  transition-timing-function: var(--trans);
}

.buttons img:hover {
  transform: translate(0px, 2px) scale(110%) rotate(5deg);
  transition-duration: 150ms;
  transition-timing-function: var(--trans);
}

.dvd {
  z-index: 2;
  position: relative;
  display: inline-block;
  width: 135px;
  height: 190px;
  image-rendering: auto;
  transition-duration: 150ms;
  transition-timing-function: var(--trans);
  box-shadow: 0;
}

.cd {
  user-select: none;
  -moz-user-select: none;
  justify-self: center;
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0px 0;
  width: 140px;
  height: 128px;
  image-rendering: auto;
  transition-duration: 150ms;
  transition-timing-function: var(--trans);
  box-shadow: 0;
}

.cdfront {
  left: 0px !important;
  width: 100% !important;
}

.cdoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  right: 0;
  height: 100%;
  width: 91%;
  opacity: 1;
  transition: 0.7s ease;
  pointer-events: none;
}

.dvdover {
  position: absolute;
  width: 100%;
  opacity: 1;
  transition: 0.7s ease;
  top: 7px;
  pointer-events: none;
}

.dvdfront {
  height: 100%;
  top: 0px;
}

.disc {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  transition: 0.7s ease;
  height: 128px;
  width: 128px;
  left: 0px;
  top: 30px;
  z-index: -2;
}

.cd .disc {
  top: 0px;
  z-index: -1;
}

.cd:hover,
.dvd:hover {
  box-shadow: -5px 12px 6px 0px var(--shadow);
  transform: scale(120%);
  transition-duration: 50ms;
  transition-timing-function: var(--trans);
  z-index: 3;
}

.cd:hover .disc,
.dvd:hover .disc {
  visibility: visible;
  z-index: -1;
  left: 80px;
  transition: 0.2s ease;
}

.blog p:has(> img) {
  z-index: 1;
  text-align: center;
}

.blog img {
  width: 70%;
}

.blog p:has(> video) {
  text-align: center;
}

.blog video {
  width: 70%;
}

article {
  display: block;
  border: 2px solid var(--panel2);
  padding: 4px 8px;
  margin: 4px 0px;
}

.history div {
  display: block;
  border: 2px solid var(--panel2);
  padding: 4px 8px;
  margin: 12px 0px;
}

p {
  margin: 8px;
}
.info-bg {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--transbg);
  opacity: 0;
  pointer-events: none;
}
.info-panel {
  display: flex;
  z-index: 10;
  background-color: var(--background);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45em;
  min-height: 10em;
  padding: 8px;
  position: fixed;
  box-shadow: 0px 5px 5px 4px var(--shadow);
  align-items: center;
}

.info-img {
  position: relative;
  width: 256px;
  min-height: 256px;
}
