@import url('https://fonts.googleapis.com/css2?family=Anton&family=Clicker+Script&family=Comic+Neue:wght@700&family=Courier+Prime&family=Delius+Unicase:wght@700&family=Gloria+Hallelujah&family=Monsieur+La+Doulaise&family=Noto+Color+Emoji&family=Rubik+Bubbles&family=Smooch&family=UnifrakturMaguntia&family=VT323&display=swap');

#bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

html {
  height: 100%;
  overflow: hidden;
  color-scheme: dark;
}

.scroll-page {
  overflow-y: auto;
}

#front-page {
  background-image: url("./assets/ani1.png");
  background-position: top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#schedule-page {
  background-image: url("./assets/ani2.png");
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#schedule-page #content {
  max-width: 550px;
}

#travel-page {
  background-image: url("./assets/ani3.png");
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

body {
  background-color: black;
  background-repeat: no-repeat;
  color: #FF00FF;
  margin: 0;
  font-family: 'Courier Prime', monospace;
  min-height: 100%;
}

a {
  text-decoration: none;
}

#main {
  text-align: center;
  margin: 1rem auto;
  min-height: 90vh;
}

#title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  font-family: 'Clicker Script', cursive;
  margin: 0 0 1rem 0;
}

#title>* {
  color: #FF00FF;
  text-decoration: none;
  text-shadow:
    -2px -2px 0 #000,
    0 -2px 0 #000,
    2px -2px 0 #000,
    2px 0 0 #000,
    2px 2px 0 #000,
    0 2px 0 #000,
    -2px 2px 0 #000,
    -2px 0 0 #000;
  cursor: pointer;
  padding: 0 0.5rem;
}

#plus {
  line-height: 3rem;
  font-family: 'Clicker Script', cursive;
}

#wendy {
  line-height: 3.5rem;
  width: 120px;
}

#wendy:hover {
  font-size: 3rem;
  -webkit-animation: rainbow 1s infinite alternate, jiggle 0.1s infinite, fontexplode 1s infinite;
  animation: rainbow 1s infinite alternate, jiggle 0.1s infinite, fontexplode 1s infinite;
}

#judy {
  line-height: 9rem;
}

#judy:hover {
  padding: 0 0;
  color: yellow;
  font-family: Delius Unicase, cursive;
  -webkit-animation: glow_pink 1s ease-in-out infinite alternate, wobble 1.5s linear infinite alternate;
  animation: glow_pink 1s ease-in-out infinite alternate, wobble 1.5s linear infinite alternate;
}

h2 {
  font-size: 1.25rem;
  margin: 0;
}

h2>a {
  color: #f0f;
}

h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3rem;
  font-family: 'Comic Neue', cursive;
  font-style: italic;
}

#date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#date>a {
  background-color: black;
  border-radius: 5rem;
  padding: 0.25rem 1rem;
  font-size: 1.25rem;
  font-family: 'Comic Neue', cursive;
  margin: 0;
  color: #f0f;
}

#date>a:hover {
  animation: rainbow 1s infinite;
}

.emoji {
  display: none;
  font-family: 'Noto Color Emoji', sans-serif;
  line-height: 1rem;
  font-size: 1.3rem;
}

.emoji-big {
  font-family: 'Noto Color Emoji', sans-serif;
  font-size: 2rem;
  padding: 0.25rem;
  animation: jiggle 0.1s linear 0s infinite normal;
}

.married {
  margin: 0.25rem 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.married>* {
  text-shadow:
    -2px -2px 0 #000,
    0 -2px 0 #000,
    2px -2px 0 #000,
    2px 0 0 #000,
    2px 2px 0 #000,
    0 2px 0 #000,
    -2px 2px 0 #000,
    -2px 0 0 #000;
}

.married h2:first-child {
  padding-right: 0.25rem;
}

.married h2:nth-child(3) {
  animation: jiggle 0.1s linear 0s infinite normal;
}

#content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 666px;
  padding: 0 2rem;
  margin: 0 1rem;
}

#content>* {
  background-color: black;
  padding: 0.25rem 1rem;
  margin: 0.25rem 0;
  border-radius: 1rem;
}

#content ul {
  list-style: none;
  border-radius: 1rem;
}

#content ul li {
  font-size: 1.5rem;
  font-family: 'VT323', monospace;
}

#content .schedule-item {
  font-size: 1rem;
  line-height: 1.1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.15rem 1rem;
  white-space: nowrap;
}

.schedule-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.cathead {
  -webkit-filter: drop-shadow(2px 2px 0 #f0f) drop-shadow(-2px -2px 0 #f0f) drop-shadow(2px 0 0 #f0f) drop-shadow(0 2px 0 #f0f) drop-shadow(-2px 0 0 #f0f) drop-shadow(0 -2px 0 #f0f);
  filter: drop-shadow(2px 2px 0 #f0f) drop-shadow(-2px -2px 0 #f0f) drop-shadow(2px 0 0 #f0f) drop-shadow(0 2px 0 #f0f) drop-shadow(-2px 0 0 #f0f) drop-shadow(0 -2px 0 #f0f);
  animation: wobble 0.2s linear infinite;
}

.cathead:hover {
  -webkit-filter: drop-shadow(2px 2px 0 #00ffff) drop-shadow(-2px -2px 0 #00ffff) drop-shadow(2px 0 0 #00ffff) drop-shadow(0 2px 0 #00ffff) drop-shadow(-2px 0 0 #00ffff) drop-shadow(0 -2px 0 #00ffff);
  filter: drop-shadow(2px 2px 0 #00ffff) drop-shadow(-2px -2px 0 #00ffff) drop-shadow(2px 0 0 #00ffff) drop-shadow(0 2px 0 #00ffff) drop-shadow(-2px 0 0 #00ffff) drop-shadow(0 -2px 0 #00ffff);
}

#content .mt-md {
  margin-top: 1rem;
}

#content .optional {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  font-style: italic;
}

#content a {
  color: #00ffff;
}

#content a:hover {
  font-style: italic;
  text-decoration: underline;
}

.schedule-item div:first-child {
  flex: none;
}

.schedule-item div:nth-child(2) {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

#footer {
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
  width: 100%;
  bottom: 1rem;
}

#footer a,
#gohome a {
  color: #ffff00;
  font-size: 1.5rem;
  flex-basis: 45%;
  background-color: black;
  border-radius: 3rem;
  border: #FFFF00 3px solid;
}

#footer a:hover,
#gohome a:hover {
  color: #00FFFF;
  border: #00ffff 3px solid;
  animation: jiggle 0.1s linear 0s infinite normal;
}

#gohome {
  z-index: 100;
  display: none;
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}

#gohome:hover {
  animation: jiggle 0.1s linear 0s infinite normal;
}

#gohome a {
  padding: 0 1rem;
}

#people-page #footer,
#photos-page #footer {
  border-radius: 0;
  position: static;
  padding: 1rem 0;
}

#photos-page #main {
  width: 100%;
}

#photos-page #photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#photos-page #photos div {
  width: 33%;
  aspect-ratio: 1/1;
  flex: 33%;
  overflow: hidden;
  display: flex;
  position: relative;
}

#photos-page #photos .tall {
  aspect-ratio: 1/1.5;
}

#photos-page #photos .full-width {
  aspect-ratio: auto;
  flex: 99%;
}

#photos-page #photos .full-width img {
  width: 100vw;
}

#photos-page #photos .full-width .note,
#photos-page #photos .full-width .note div {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

#photos-page #photos .full-width .note .emoji {
  font-size: 12rem;
}

#photos-page #photos div img {
  object-fit: cover;
  flex: 99%;
}

#photos-page #photos div:hover .note {
  visibility: visible;
}

#photos-page #photos div .note {
  cursor: pointer;
  font-size: 1rem;
  visibility: hidden;
  z-index: 100;
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow:
    -1px -1px 0 #000,
    0 -1px 0 #000,
    1px -1px 0 #000,
    1px 0 0 #000,
    1px 1px 0 #000,
    0 1px 0 #000,
    -1px 1px 0 #000,
    -1px 0 0 #000,
    -2px -2px 0 #000,
    0 -2px 0 #000,
    2px -2px 0 #000,
    2px 0 0 #000,
    2px 2px 0 #000,
    0 2px 0 #000,
    -2px 2px 0 #000,
    -2px 0 0 #000,
    -2px -1px 0 #000,
    -1px -2px 0 #000,
    1px -2px 0 #000,
    2px -1px 0 #000,
    2px 1px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    -2px 1px 0 #000;
}

#photos-page #photos div .note div {
  width: 100%;
  flex: 0 1 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

#photos-page #photos .tall .note,
#photos-page #photos .tall .note div {
  aspect-ratio: 1/1.5;
}

#photos-page #photos .note .emoji {
  display: inline;
  font-size: 5rem;
}

#photos-page #photos div .note a {
  color: #0ff;
}

#photos-page #photos div .note a:hover {
  color: #ff0;
}

#people-page #content a:hover {
  color: #ff0;
  font-style: normal;
  text-decoration: none;
}

#people-page #content {
  transform: translate(0, 0);
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 666px;
  padding: 0 2rem;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

#love {
  cursor: pointer;
  display: none;
}

#travel-page #content br {
  display: none;
}

#travel-page #content>* {
  padding: 0.25rem 1.5rem;
}

#travel-page #content>.help {
  padding: 0.25rem 1rem;
  border-radius: 1rem;
}

#content .rainbow-box {
  border: 3px solid transparent;
  background-image: linear-gradient(#222222, #222222), radial-gradient(circle at top left, #f00, #ff0, #0f0, #0ff, #00f, #0ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 1rem;
}

#travel-page #content ul li:first-child a {
  color: #f00;
}

#travel-page #content ul li:nth-child(2) a {
  color: #fb0;
}

#travel-page #content ul li:nth-child(3) a {
  color: #ff0;
}

#travel-page #content ul li:nth-child(4) a {
  color: #0f0;
}

#travel-page #content ul li:nth-child(5) a {
  color: #0bf;
}

#travel-page #content ul li:nth-child(6) a {
  color: #b0f;
}

#secondary {
  width: 100vw;
  position: fixed;
  bottom: 12rem;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.rainbow {
  font-size: 1.9rem;
  animation: rainbow 3s infinite;
  transform: scaleY(120%);
}

#content .profiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  width: 100%;
}

.profile {
  cursor: pointer;
  flex: 0 1 95%;
}

.profile:hover {
  background-color: yellow;
  border-radius: 0.5rem;
}

#content .profile .profile-image img {
  border-radius: 0.5rem;
  width: 100%;
}

.profile h2 {
  white-space: nowrap;
  font-size: 1.5rem;
}

.profile h3 {
  font-size: 1.1rem;
}

.profile h4 {
  font-family: 'VT323', monospace;
  font-size: 2rem;
  margin: 0;
}

.profile-image {
  aspect-ratio: 1/1;
  position: relative;
}

.profile-hidden-text {
  font-size: 1.4rem;
  visibility: hidden;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-shadow:
    -1px -1px 0 #000,
    0 -1px 0 #000,
    1px -1px 0 #000,
    1px 0 0 #000,
    1px 1px 0 #000,
    0 1px 0 #000,
    -1px 1px 0 #000,
    -1px 0 0 #000,
    -2px -2px 0 #000,
    0 -2px 0 #000,
    2px -2px 0 #000,
    2px 0 0 #000,
    2px 2px 0 #000,
    0 2px 0 #000,
    -2px 2px 0 #000,
    -2px 0 0 #000,
    -2px -1px 0 #000,
    -1px -2px 0 #000,
    1px -2px 0 #000,
    2px -1px 0 #000,
    2px 1px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    -2px 1px 0 #000;
}

.profile:hover .profile-image .profile-hidden-text {
  visibility: visible;
}

#people-page #content .rainbow-box>h1 {
  font-size: 6rem;
  font-family: 'VT323', monospace;
  margin: 0 1rem;
}

#cat-page h1 {
  margin: 0.5rem 1rem;
  font-size: 3rem;
  font-family: 'VT323', monospace;
  text-shadow:
    -2px -2px 0 #000,
    0 -2px 0 #000,
    2px -2px 0 #000,
    2px 0 0 #000,
    2px 2px 0 #000,
    0 2px 0 #000,
    -2px 2px 0 #000,
    -2px 0 0 #000;
}

#cat-page #cat-img {
  cursor: pointer;
  max-height: 100vh;
  max-width: 100vw;
  display: none;
}

#cat-page {
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.gaby-page {
  background-image: url("./assets/rainbow\ gaby.jpg");
}

.angie-page {
  background-image: url("./assets/angie\ says\ hello.jpg");
}

#schedule-page #footer {
  position: static;
  margin-top: 2rem;
}

#complicit {
  margin: 0 0 0.666rem 0;
}

#people-page .rainbow-box h1 {
  cursor: pointer;
}

#people-page .rainbow-box h1:hover {
  -webkit-animation: rainbow 1s infinite alternate;
  animation: rainbow 1s infinite alternate;
}

@media screen and (max-width: 400px) {
  html {
    overflow-x: auto;
  }

  body {
    width: 400px;
  }

  #secondary {
    width: 100%;
    position: static;
    transform: translate(0, 0);
  }

  body:not(#cat-page) #footer {
    position: static;
    margin-top: 2rem;
    width: 400px;
  }

  #title {
    width: 400px;
  }

  #content {
    margin: 0;
    width: 350px;
  }

  #content .profile h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  #content .profile .long-name {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 520px) {
  #travel-page #content {
    margin: 0 0;
  }
}

@media screen and (max-width: 629px) {
  .scroll-at-630 {
    overflow-y: auto;
  }

  .scroll-at-630 body {
    min-height: auto;
  }

  .scroll-at-630 #footer {
    position: static;
    margin-top: 2rem;
  }

  #content .schedule-item div {
    white-space: normal;
    display: inline;
  }

  #content {
    margin: 0;
  }
}

@media screen and (min-width: 450px) {
  #title {
    font-size: 5rem;
  }

  #wendy {
    line-height: 5rem;
    width: 180px;
  }

  #plus {
    line-height: 4rem;
  }

  #wendy:hover {
    font-size: 4.5rem;
  }

  #title>* {
    text-shadow:
      -3px -3px 0 #000,
      0 -3px 0 #000,
      3px -3px 0 #000,
      3px 0 0 #000,
      3px 3px 0 #000,
      0 3px 0 #000,
      -3px 3px 0 #000,
      -3px 0 0 #000,
      -2px -2px 0 #000,
      0 -2px 0 #000,
      2px -2px 0 #000,
      2px 0 0 #000,
      2px 2px 0 #000,
      0 2px 0 #000,
      -2px 2px 0 #000,
      -2px 0 0 #000;
  }

  h2 {
    font-size: 1.5rem;
  }

  #date>a {
    font-size: 1.5rem;
  }

  #footer a {
    font-size: 1.8rem;
  }

  #content .profile h2 {
    font-size: 2rem;
  }

  #photos-page #photos div .note {
    font-size: 1.1rem;
  }

  #cat-page h1 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 630px) {
  #title {
    font-size: 7rem;
  }

  #wendy {
    line-height: 7rem;
    width: 250px;
  }

  #plus {
    line-height: 6rem;
  }

  #wendy:hover {
    font-size: 6rem;
  }

  #title>* {
    text-shadow:
      -5px -5px 0 #000,
      0 -5px 0 #000,
      5px -5px 0 #000,
      5px 0 0 #000,
      5px 5px 0 #000,
      0 5px 0 #000,
      -5px 5px 0 #000,
      -5px 0 0 #000,
      -3px -3px 0 #000,
      0 -3px 0 #000,
      3px -3px 0 #000,
      3px 0 0 #000,
      3px 3px 0 #000,
      0 3px 0 #000,
      -3px 3px 0 #000,
      -3px 0 0 #000,
      -2px -2px 0 #000,
      0 -2px 0 #000,
      2px -2px 0 #000,
      2px 0 0 #000,
      2px 2px 0 #000,
      0 2px 0 #000,
      -2px 2px 0 #000,
      -2px 0 0 #000,
      -2px -5px 0 #000,
      5px -2px 0 #000,
      2px -5px 0 #000,
      5px 2px 0 #000,
      2px 5px 0 #000,
      -5px 2px 0 #000,
      -2px 5px 0 #000,
      -4px -5px 0 #000,
      -5px -4px 0 #000,
      5px -4px 0 #000,
      4px -5px 0 #000,
      -4px 5px 0 #000,
      -5px 4px 0 #000,
      -3px -5px 0 #000,
      -5px -3px 0 #000,
      5px -3px 0 #000,
      3px -5px 0 #000,
      -3px 5px 0 #000,
      -5px 3px 0 #000;
  }

  h2 {
    font-size: 2rem;
  }

  #travel-page #content h2 {
    font-size: 1.8rem;
  }

  #date>a {
    font-size: 2rem;
  }

  #footer a {
    font-size: 2rem;
  }

  .married>* {
    text-shadow:
      -3px -3px 0 #000,
      0 -3px 0 #000,
      3px -3px 0 #000,
      3px 0 0 #000,
      3px 3px 0 #000,
      0 3px 0 #000,
      -3px 3px 0 #000,
      -3px 0 0 #000;
  }

  #content {
    margin: 0 auto;
  }

  #content>* {
    border-radius: 5rem;
  }

  .emoji {
    display: inline;
  }

  #travel-page #content h2 {
    white-space: nowrap;
  }

  #travel-page #content br {
    display: inline;
  }

  #content .profile h2 {
    font-size: 1.7rem;
  }

  #content .profile .long-name {
    font-size: 1.3rem;
  }

  #content .profile .profile-image img {
    max-width: 300px;
  }

  .profile {
    cursor: pointer;
    flex: none;
    flex-basis: 45%;
  }

  #photos-page #photos div .note {
    font-size: 1.2rem;
  }

  #photos-page #photos .note .emoji {
    font-size: 7rem;
  }

  #photos-page #photos .full-width .note .emoji {
    font-size: 20rem;
  }

  #cat-page h1 {
    font-size: 4.3rem;
  }

  #schedule-page #footer {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-around;
    width: 100%;
    bottom: 1rem;
  }

  .profile-hidden-text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 720px) {
  #gohome {
    display: block;
  }

  #photos-page #photos div .note {
    font-size: 1.3rem;
  }

  #content .profile h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  #content .profile .long-name {
    font-size: 1.5rem;
    transform: scaleY(150%);
    line-height: 2rem;
  }

  .profile-hidden-text {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  #secondary {
    position: static;
    transform: translate(0, 0);
  }

  #love {
    display: inline;
    height: 50vh;
  }

  #cat-page #cat-img {
    display: inline;
  }

  #cat-page #footer {
    border-radius: 0;
    position: static;
    padding: 1rem 0;
  }

  #cat-page {
    background-image: none;
    background-color: black;
  }

  #front-page,
  #schedule-page,
  #travel-page {
    background-image: none;
  }

  #footer {
    background-color: black;
    border-radius: 5rem;
  }

  #footer a {
    flex-basis: auto;
    border: none;
    text-decoration: underline;
  }

  #footer a:hover {
    border: none;
  }

  #photos-page #photos div .note {
    font-size: 1.6rem;
  }

  #photos-page #photos .note .emoji {
    font-size: 10rem;
  }

  #photos-page #photos .full-width .note .emoji {
    font-size: 30rem;
  }

  .scroll-when-big {
    overflow-y: auto;
  }
}

@media screen and (min-width: 1000px) and (min-height: 820px) {
  #content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #love {
    height: 55vh;
  }
}

@media screen and (min-width: 1000px) and (min-height: 880px) {

  #love {
    height: 60vh;
  }
}

@media screen and (min-width: 1000px) and (min-height: 1100px) {

  #love {
    height: 70vh;
  }
}

@media screen and (min-width: 1000px) and (min-height: 1300px) {
  #love {
    height: 75vh;
  }
}

@media screen and (min-width: 1200px) {
  #photos-page #photos div .note {
    font-size: 2rem;
  }

  #cat-page h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1500px) {
  #photos-page #photos div .note {
    font-size: 2.5rem;
  }

  #cat-page h1 {
    font-size: 6.66rem;
  }
}

@media screen and (max-height: 900px) {
  #schedule-page #content {
    position: static;
    transform: none;
  }

  #schedule-page #footer {
    position: static;
  }

  .schedule-html {
    overflow-y: auto;
  }

  #schedule-page {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-height: 819px) {
  html {
    max-height: 820px;
    overflow-y: auto;
  }

  body {
    width: 100vw;
    position: absolute;
    top: 0;
  }

  #secondary {
    width: 100%;
    position: static;
    transform: translate(0, 0);
  }

  #footer {
    position: static;
    margin-top: 2rem;
  }

  #content {
    position: static;
  }
}

/* ANIMATIONS */

@keyframes fontexplode {
  0% {
    font-family: 'Clicker Script', cursive;

  }

  10% {
    font-family: 'Comic Neue', cursive;
  }

  20% {
    font-family: 'Courier Prime', monospace;
  }

  30% {
    font-family: Times, "Times New Roman", Georgia, serif;
  }

  40% {
    font-family: 'Rubik Bubbles', fantasy;
  }

  50% {
    font-family: 'Anton', sans-serif;
  }

  60% {
    font-family: 'Smooch', cursive;
  }

  70% {
    font-family: 'UnifrakturMaguntia', fantasy;
  }

  80% {
    font-family: 'Monsieur La Doulaise', cursive;
  }

  90% {
    font-family: 'Gloria Hallelujah', sans-serif;
  }

  100% {
    font-family: 'VT323', monospace;
  }
}

@keyframes jiggle {
  0% {
    transform: translate(0px, 0px);
  }

  10% {
    transform: translate(-2px, 0px);
  }

  20% {
    transform: translate(0px, -2px);
  }

  30% {
    transform: translate(2px, 0px);
  }

  40% {
    transform: translate(0px, 2px);
  }

  50% {
    transform: translate(2px, 2px);
  }

  60% {
    transform: translate(-2px, 0px);
  }

  70% {
    transform: translate(-2px, -2px);
  }

  80% {
    transform: translate(0px, 2px);
  }

  90% {
    transform: translate(2px, 0px);
  }

  100% {
    transform: translate(0px, 2px);
  }
}

@-webkit-keyframes glow_pink {
  0% {
    text-shadow: 0 0 10px #f0f, 0 0 20px #f0f, 0 0 30px #d0d, 0 0 40px #c0c, 0 0 50px #c0c
  }

  to {
    text-shadow: 0 0 20px #f0f, 0 0 30px #f0f, 0 0 40px #f0f, 0 0 50px #f0f, 0 0 60px #f0f
  }
}

@keyframes glow_pink {
  0% {
    text-shadow: 0 0 10px #f0f, 0 0 20px #f0f, 0 0 30px #d0d, 0 0 40px #c0c, 0 0 50px #c0c
  }

  to {
    text-shadow: 0 0 20px #f0f, 0 0 30px #f0f, 0 0 40px #f0f, 0 0 50px #f0f, 0 0 60px #f0f
  }
}

@-webkit-keyframes wobble {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes wobble {
  0% {
    transform: rotate(0);
  }

  33% {
    transform: rotate(-5deg);
  }

  66% {
    transform: rotate(0);
  }

  to {
    transform: rotate(5deg);
  }
}

@-webkit-keyframes rainbow {

  0%,
  to {
    color: red;
  }

  15% {
    color: #f80;
  }

  20% {
    color: #ff0;
  }

  30% {
    color: #0f0;
  }

  40% {
    color: green;
  }

  50% {
    color: #0ff;
  }

  60% {
    color: #add8e6;
  }

  70% {
    color: #00f;
  }

  80% {
    color: purple;
  }

  90% {
    color: #f0f;
  }
}

@keyframes rainbow {

  0%,
  to {
    color: red;
  }

  15% {
    color: #f80;
  }

  20% {
    color: #ff0;
  }

  30% {
    color: #0f0;
  }

  40% {
    color: green;
  }

  50% {
    color: #0ff;
  }

  60% {
    color: #add8e6;
  }

  70% {
    color: #00f;
  }

  80% {
    color: purple;
  }

  90% {
    color: #f0f;
  }
}

::selection {
  background: #00ffff;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #00ffff;
  /* Gecko Browsers */
}

/*

font-family: 'Clicker Script', cursive;
font-family: 'Comic Neue', cursive;
font-family: 'Courier Prime', monospace;
font-family: 'Noto Color Emoji', sans-serif;
font-family: 'VT323', monospace;

*/