@keyframes slideIn {
  from {
    transform: translateX(200%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.stack .stack-item {
  transition: transform 0.3s ease;
}
.stack :nth-child(2) {
  z-index: 10;
}
.stack :nth-child(2) .stack-item {
  --tw-translate-y: -1rem;
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.stack :nth-child(3) {
  z-index: 9;
}
.stack :nth-child(3) .stack-item {
  --tw-translate-y: -2rem;
  --tw-scale-x: 0.90;
  --tw-scale-y: 0.90;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.stack :nth-child(4) {
  z-index: 8;
}
.stack :nth-child(4) .stack-item {
  --tw-translate-y: -3rem;
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.stack :nth-child(5) {
  z-index: 7;
}
.stack :nth-child(5) .stack-item {
  --tw-translate-y: -4rem;
  --tw-scale-x: 0.80;
  --tw-scale-y: 0.80;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.noto {
  font-family: "M PLUS Rounded 1c";
}
.border-1 {
  border-width: 1px !important;
}
#root,
#reading {
  color: #A3729E;
}
#reading {
  font-weight: bold;
}
.gradient-bg {
  background: linear-gradient(to bottom right, #f9c9c9 0%, #e6e6e6 50%, #f9c9c9 100%);
}
.first-color {
  color: #A3729E;
}
.second-color {
  color: #7C4A57;
}
.third-color {
  color: #A2A19E;
}
.fourth-color {
  color: #233142;
}
.first-bg {
  background: #A3729E;
}
.second-bg {
  background: #7C4A57;
}
.third-bg {
  background: #A2A19E;
}
.fourth-bg {
  background: #233142;
}
.first-border {
  border-color: #A3729E;
}
.second-border {
  border-color: #7C4A57;
}
.third-border {
  border-color: #A2A19E;
}
.fourth-border {
  border-color: #233142;
}
:dark + .first-color {
  color: #A3729E;
}
:dark + .second-color {
  color: #7C4A57;
}
:dark + .third-color {
  color: #A2A19E;
}
:dark + .fourth-color {
  color: #233142;
}
:dark + .first-bg {
  background: #A3729E;
}
:dark + .second-bg {
  background: #7C4A57;
}
:dark + .third-bg {
  background: #A2A19E;
}
:dark + .fourth-bg {
  background: #233142;
}
:dark + .first-border {
  border-color: #A3729E;
}
:dark + .second-border {
  border-color: #7C4A57;
}
:dark + .third-border {
  border-color: #A2A19E;
}
:dark + .fourth-border {
  border-color: #233142;
}
:hover + .first-color {
  color: #A3729E;
}
:hover + .second-color {
  color: #7C4A57;
}
:hover + .third-color {
  color: #A2A19E;
}
:hover + .fourth-color {
  color: #233142;
}
:hover + .first-bg {
  background: #A3729E;
}
:hover + .second-bg {
  background: #7C4A57;
}
:hover + .third-bg {
  background: #A2A19E;
}
:hover + .fourth-bg {
  background: #233142;
}
:hover + .first-border {
  border-color: #A3729E;
}
:hover + .second-border {
  border-color: #7C4A57;
}
:hover + .third-border {
  border-color: #A2A19E;
}
:hover + .fourth-border {
  border-color: #233142;
}
.word-indicator {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #233142;
  background: #A3729E;
  border-radius: 50%;
  border: 2px solid #233142;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
/* add some custom colors */
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
/* add some custom transitions */
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* add some custom styles for the switch when checked */
:checked + .bg-gray-600 {
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
:checked + .bg-gray-600 .dot {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.spinning-menu {
  animation: spin 20s infinite linear;
  background-color: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.spinning-menu:hover {
  animation-play-state: paused;
}
.spinning-menu:hover li.item .revspin {
  animation-play-state: paused;
}
.spinning-menu li.item {
  border: #233142 2px solid;
  background-color: #A2A19E;
  color: #233142;
  font-weight: bold;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  border-radius: 50%;
  padding: 1.5rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
  font-size: 2rem;
  height: 6rem;
  width: 6rem;
}
@-moz-document url-prefix() {
  .spinning-menu li.item {
    height: 7rem;
    width: 7rem;
  }
  @media screen and (min-width: 900px) {
    .spinning-menu li.item {
      height: 6rem;
      width: 6rem;
    }
  }
}
.spinning-menu li.item:hover {
  background-color: #7C4A57;
}
.spinning-menu li.item * {
  pointer-events: none;
}
#spinner-nav {
  z-index: 999999;
}
#word_table {
  overflow: auto;
}
#word_table td,
#word_table th {
  padding: 1rem;
  text-align: center;
}
.modal-back {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-color: rgba(0, 0, 0, 0.5);
}
.spin {
  animation: spin 20s infinite linear;
}
.revspin {
  animation: spin reverse 20s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fall {
  0% {
    opacity: 0.9;
    top: 0;
  }
  100% {
    opacity: 0.2;
    top: 100%;
  }
}
@keyframes blow-soft-left {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -50%;
  }
}
@keyframes blow-medium-left {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes blow-soft-right {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 50%;
  }
}
@keyframes blow-medium-right {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes sway-0 {
  0% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(28deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes sway-1 {
  0% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(43deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes sway-2 {
  0% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(56deg);
  }
  100% {
    transform: rotate(22deg);
  }
}
@keyframes sway-3 {
  0% {
    transform: rotate(25deg);
  }
  40% {
    transform: rotate(74deg);
  }
  100% {
    transform: rotate(37deg);
  }
}
@keyframes sway-4 {
  0% {
    transform: rotate(40deg);
  }
  40% {
    transform: rotate(68deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes sway-5 {
  0% {
    transform: rotate(50deg);
  }
  40% {
    transform: rotate(78deg);
  }
  100% {
    transform: rotate(40deg);
  }
}
@keyframes sway-6 {
  0% {
    transform: rotate(65deg);
  }
  40% {
    transform: rotate(92deg);
  }
  100% {
    transform: rotate(58deg);
  }
}
@keyframes sway-7 {
  0% {
    transform: rotate(72deg);
  }
  40% {
    transform: rotate(118deg);
  }
  100% {
    transform: rotate(68deg);
  }
}
@keyframes sway-8 {
  0% {
    transform: rotate(94deg);
  }
  40% {
    transform: rotate(136deg);
  }
  100% {
    transform: rotate(82deg);
  }
}
.sakura {
  background: linear-gradient(120deg, rgba(255, 183, 197, 0.9), rgba(255, 197, 208, 0.9));
  pointer-events: none;
  position: absolute;
}
.palette-gradient {
  background-image: linear-gradient(120deg, #A3729E, #7C4A57, #A2A19E, #233142);
}
.custom-btn {
  margin: 20px;
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
/* 3 */
.btn-3 {
  background: #A3729E;
  background: linear-gradient(0deg, #7C4A57 0%, #A2A19E 100%);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-3:before, .btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #7C4A57;
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover {
  background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3 span:hover {
  color: #7C4A57;
}
.btn-3 span:before, .btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #7C4A57;
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}
#interior-nav {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #A2A19E;
  border: solid 1px #233142;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #233142;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  box-shadow: 0 2px 10px #A3729E;
}
#interior-nav .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  font-weight: bold;
}
#interior-nav .mobile {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
#interior-nav .desktop {
  display: none;
}
@media screen and (min-width: 700px) {
  #interior-nav .mobile {
    display: none;
  }
  #interior-nav .desktop {
    display: flex;
  }
}
#user-dashboard {
  background-blend-mode: difference;
  background-attachment: fixed;
}
#user-dashboard li {
  padding: 1rem 0.5rem;
}
#user-dashboard p {
  padding: 1rem;
}
#user-dashboard #section-container {
  display: grid;
  justify-self: center;
  gap: 2rem;
}
#user-dashboard #section-container section {
  background-color: #455d7a;
  border-radius: 15px;
  padding: 0.5rem;
  text-align: justify;
}
#user-dashboard #section-container section strong {
  font-size: larger;
}
#user-dashboard #section-container section#welcome {
  text-align: center;
}
#user-dashboard #section-container section#welcome strong {
  font-size: inherit;
}
#modal-queue {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  min-width: 100vw;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#modal-queue > * {
  position: relative;
  z-index: 1;
  margin: 10px;
  animation: slideIn 250ms ease-out forwards;
}
#modal-queue > *:not(:first-child) {
  z-index: calc(var(--z-index) + 1);
}
#phantom-nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#phantom-nav-container #interior-container {
  min-height: 100vh;
  min-width: 100vw;
  pointer-events: none;
}
#phantom-nav-container #interior-container #link-container,
#phantom-nav-container #interior-container #logo-container,
#phantom-nav-container #interior-container #user-container {
  pointer-events: all;
  max-width: 40ch;
  overflow: hidden;
  margin: 2rem;
  z-index: 20;
}
#phantom-nav-container #interior-container #link-container {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40ch;
}
#phantom-nav-container #interior-container #link-container #links.open {
  animation: slideIn 250ms ease-out forwards;
}
#phantom-nav-container #interior-container #logo-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40ch;
}
#phantom-nav-container #interior-container #user-container {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 40ch;
}
#study-page {
  background-attachment: fixed;
  background-position: top center;
}
#user-page {
  margin-bottom: 4rem;
  background: transparent;
}
#user-page #user-pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #233142;
  border: 1px solid #455d7a;
  border-radius: 50%;
  margin: 0 auto;
  width: 10em;
}
#user-page #user-pic img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#user-page .progress-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 5em;
}
#user-page .progress-icon img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
fieldset.switch input + label {
  color: #455d7a;
  font-weight: bold;
  transition: all 250ms ease-in-out; /* 0.2 seconds transition on hover */
}
fieldset.switch input[type=radio]:checked + label {
  border-radius: 0.25rem;
  background-color: #455d7a;
  font-weight: bold;
  color: #e3e3e3;
}
input {
  /* The slider itself */
  /* Mouse-over effects */
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
}
input:focus, input:-moz-focusring {
  box-shadow: 0 0 0 0.2rem rgba(35, 49, 66, 0.25);
  outline: 2px solid #87BCDE;
}
input[type=range] {
  -webkit-appearance: none; /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  background-image: linear-gradient(to right, #233142, #455d7a, #f95959);
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}
input[type=range] + label {
  font-weight: bold;
  color: #455d7a;
}
input[type=range]:hover {
  opacity: 1; /* Fully shown on mouse-over */
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: transparent; /* Green background */
  border: 2px solid #e3e3e3;
  border-radius: 50%;
  cursor: pointer; /* Cursor on hover */
  box-shadow: 0.5rem 0.5rem #233142;
}
input[type=range]::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: transparent; /* Green background */
  border: 2px solid #e3e3e3;
  border-radius: 50%;
  cursor: pointer; /* Cursor on hover */
}
#page {
  height: 100vh;
  overflow-y: auto;
  background-color: #233142;
  display: grid;
  max-height: 100vh;
  max-width: 100vw;
}
#page #player {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  z-index: 2;
  padding-bottom: 3rem;
  border-radius: 25px;
  width: 100vw;
  max-width: 70ch;
  justify-self: center;
  padding-top: 4rem;
}
#page #player.loaded {
  max-height: 100vh !important;
}
#page #player::after {
  display: none;
  transform: translateY(-1000px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #455d7a;
  width: 100%;
  height: 100vh;
  align-content: center;
  justify-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e3e3e3;
  stroke: #e3e3e3;
  font-size: xx-large;
  max-width: 100vw;
  max-height: 100vh;
}
#page #player.loading::after {
  display: grid;
  transform: translateY(0px);
  animation: slide-down 500ms ease-in-out forwards, pulsate 500ms ease-in-out infinite;
  content: "\f111";
}
#page #player.success::after {
  display: grid !important;
  animation: success 2000ms ease-in-out forwards;
  transform: translateY(0px);
  content: "Correct!";
}
#page #player.perfect::after {
  display: grid !important;
  animation: success 2000ms ease-in-out forwards;
  transform: translateY(0px);
  content: "Perfect!";
}
#page #player.mastered::after {
  display: grid !important;
  animation: success 2000ms ease-in-out forwards;
  transform: translateY(0px);
  content: "Ready to progress!";
}
#page #player.error::after {
  display: grid !important;
  animation: error 2500ms ease-in-out forwards;
  content: "\f057";
  transform: translateY(0px);
}
#page #player #root {
  font-size: xxx-large;
}
#page #player .highlight {
  color: #f95959 !important;
  transition: all 0.5s ease-in-out;
}
#page #player #reading {
  font-size: x-large;
  padding: 0;
  line-height: normal;
}
#page #player #reading span {
  margin: 0.4rem;
}
#page #player #reading .prompt {
  padding: 0.2rem;
  border-radius: 5px;
  font-weight: normal;
}
#page #player .highlight {
  color: #87bcde;
}
#page #player #interior {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.25s;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-areas: "progress player messages" "progress player messages" "progress player messages";
}
#page #player #interior #messages {
  grid-area: messages;
  min-height: 2rem;
  display: grid;
  gap: 1rem;
}
#page #player #interior #messages .alert {
  align-self: center;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  background-color: blueviolet;
  color: white;
  font-weight: bold;
  animation: slide-up 2s ease-in-out 0.75s normal forwards;
}
#page #player #interior #center {
  grid-area: player;
}
#page #player #interior #top-bar {
  grid-area: progress;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  float: left;
  padding: 0.5rem;
}
#page #player #interior #top-bar div {
  color: #455d7a;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#page #player #interior #title-bar {
  padding-top: 2rem;
  font-weight: bold;
  font-size: large;
  text-align: center;
  color: #455d7a;
}
#page #player #interior #svg-container {
  width: 100%;
  display: grid;
  justify-items: center;
  padding: 2rem;
}
#page #player #interior #svg-container svg {
  background-color: #87bcde;
  border-radius: 50%;
  width: 100%;
  height: auto;
  max-width: 20ch;
  overflow: visible;
}
#page #player #interior #progress-bar {
  margin: 2rem;
  background-color: #e3e3e3;
  border-radius: 5px;
  height: 0.5rem;
  display: grid;
  justify-items: center;
}
#page #player #interior #cta-container {
  display: grid;
  gap: 1rem;
  justify-items: center;
  padding: 2rem;
}
#page #player #interior #cta-container a {
  color: #455d7a;
  text-decoration: none;
  font-weight: bold;
  font-size: large;
}
#page #player #interior #cta-container a:hover {
  color: #f95959;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-up {
  100% {
    transform: translateY(-1000px);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-1000px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulsate {
  from {
    font-size: 8rem;
  }
  to {
    font-size: 9rem;
  }
}
@keyframes success {
  from {
    font-size: 0rem;
    color: #e3e3e3;
  }
  20% {
    font-size: 0rem;
    color: #5dfdcb;
    transform: none;
  }
  80% {
    font-size: 4rem;
    transform: none;
  }
  to {
    transform: translateY(-1000px);
  }
}
@keyframes error {
  from {
    color: #e3e3e3;
  }
  80% {
    color: #ff4f4f;
    font-size: 10rem;
    transform: none;
  }
  90% {
    transform: none;
  }
  to {
    transform: translateY(-1000px);
  }
}
#table {
  width: 100%;
  margin-bottom: 7rem;
}
#table * {
  font-weight: bold;
  color: #e3e3e3;
}
#login {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 3px 5px;
}
#login .kanji {
  margin-bottom: 1ren;
}
#login .noto {
  font-family: "M PLUS Rounded 1c";
  font-size: xxx-large;
}
#hero {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.25s;
  width: 60ch;
  display: grid;
  align-content: center;
}
#hero-container {
  overflow: hidden;
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  background-color: #233142;
}
#hero-container .login-link {
  transition: color 500ms ease-in-out;
}
#hero-container .login-link:hover {
  color: #f95959;
}
#word-container {
  display: flex;
  width: 100vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: rotate(45deg) scale(2);
  flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 900px) {
  #word-container {
    width: 300vw;
    transform: rotate(45deg) scale(1) translateX(-25%);
  }
}
#word-container .word {
  margin-top: 0.4rem;
  display: grid;
  gap: 2rem;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  color: #e3e3e3;
  font-weight: bold;
  text-align: center;
  background-color: #87bcde;
  border-radius: 10px;
  font-size: xxx-large;
  pointer-events: none;
  opacity: 0;
  animation-name: fade-in-30;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.25s;
}
@keyframes fade-in-30 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
    font-family: "AppliMincho";
    src: url(/fonts/ГAГvГКЦ╛Тй.otf?b5e2640d5d1f16f1db5f59fd499076dc);
}
@font-face {
    font-family: "Noto";
    src: url(/fonts/NotoSerifJP-Regular.otf?285413897b112b5d379ef9b65df17fc0);
}
.appri {
    font-family: "AppliMincho", "Bitstream Vera Serif", serif;
}
.noto {
    font-family: "Noto", "Bitstream Vera Serif", serif;
}

