@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.snip0057 {
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 480px;
  height: 460px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  perspective: 1000px;
  z-index: 0;
  transition: all 0.1s ease-in-out;
}

figure.snip0057.fronting:not(.flip) {
  z-index: 1;
  box-shadow:
      0 0 30px 10px rgba(255, 255, 255, .9),
      0 0 50px 30px rgba(255, 0, 231, .8),
      0 0 120px 50px rgb(0, 231, 255, .9);
}

figure.harmony.snip0057.fronting:not(.flip) {
  z-index: 1;
  box-shadow:
    0 0 300px 20px rgba(255, 255, 255, .9),
    0 0 500px 60px rgba(255, 0, 231, .8),
    0 0 120px 50px rgb(0, 231, 255, .9);
}

.birthday-icon {
  position: absolute;
  width: 50px;
  padding: 5px;
  border-radius: 100px;
  background-color: goldenrod;
  stroke: olive;
  fill: darkolivegreen;
  margin: 20px;
  z-index: 5;
  transform: rotate(10deg);
  box-shadow: 0 1px 10px -1px #202020, inset 0 1px 6px 0 darkslategrey;
  display: none;
  outline: solid 2px goldenrod;
  filter: sepia(1) contrast(2);
}

figure.snip0057.fronting:not(.flip) .birthday-icon.on:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(115deg, transparent 0%, transparent 25%, rgba(255, 255, 255) 30%, transparent 35%, transparent 60%, rgb(255, 255, 255) 70%,
      transparent 80%, transparent 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 300% 300%;
  mix-blend-mode: plus-lighter;
  z-index: 6;
  border-radius: 100px;
}

figure.fronting .birthday-icon.on {
  display: initial;
}

figure.snip0057.fronting:not(.flip):before,
figure.snip0057.fronting:not(.flip):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(115deg, transparent 0%, rgb(0, 231, 255) 30%, rgb(255, 0, 231) 70%, transparent 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 300% 300%;
  mix-blend-mode: color-dodge;
  opacity: 0.2;
  z-index: 4;
  width: 150%;
  margin-left: -25%;
}

figure.snip0057.fronting:not(.flip):after {
  background-image: url("/img/sparkles.gif");
  position: center;
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 1;
  z-index: 2;
}

figure.snip0057.active.fronting:not(.flip):before {
  opacity: 1;
  animation: none;
  transition: none;

  background-image: linear-gradient(
    115deg,
    transparent 0%,
    transparent 25%,
    rgba(0, 231, 255, .7) 45%,
    rgba(255, 0, 231, .7) 55%,
    transparent 70%,
    transparent 100%
  );
}

figure.snip0057.active.fronting:not(.flip):before,
figure.snip0057.active.fronting:not(.flip):after {
  animation: none;
}

figure.snip0057 div.cardback {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  z-index: 5;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  -webkit-animation: unflip 0.1s ease-in-out forwards;
  animation: unflip 0.1s ease-in-out forwards;
}

div.cardback.shuffling {
  opacity: 1;
  transform: rotateY(180deg);
  width: 480px;
  height: 460px;
  position: absolute;
  background-color: white;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  -webkit-animation: shuffle 2s ease-in-out forwards;
  animation: shuffle 2s ease-in-out forwards;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.3);
}

figure.snip0057 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  zoom: .5;
  perspective: 10000px;
  height: 100%;
  width: 100%;
}

.content-wrapper {
  box-shadow: inset 0 0 500px 100px black;
  min-height: calc(100% - 9rem);
  width: calc(100% - 4rem);
  padding: 4rem 2rem 5rem 2rem;
}

figure.snip0057 q {
  right: 0;
  position: absolute;
  top: 20px;
  font-size: x-large;
  text-align: right;
  z-index: 2;
  background: linear-gradient(45deg, transparent, white);
  padding: 20px 30px 20px 20px;
  width: 260px;
  font-family: serif;
  font-style: italic;
}

figure.snip0057 .image {
  width: 50%;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

figure.snip0057 img.image-extra {
  position: absolute;
  top: -200px;
  width: 800px;
  left: -250px;
  -webkit-filter: drop-shadow(-25px 15px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-25px 15px 1px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 40px rgba(255, 255, 190, 1)) brightness(1.5) contrast(1.1);
}

figure.snip0057 .image img {
  position: relative;
  display: block;
  left: -15%;
  z-index: 1;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
  margin-left: -20px;
  margin-top: 20px;
  -webkit-filter: drop-shadow(-25px 15px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-25px 15px 1px rgba(0, 0, 0, 0.2));
}

figure.snip0057 .image .bg {
  display: block;
  z-index: -1;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
  background: url("data:image/png;base64,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");
  width: 600px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: cover;
}

figure.snip0057:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 45%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
}

figure.snip0057 figcaption {
  padding: 20px 30px 20px 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 50%;
}

figure.snip0057 figcaption h2,
figure.snip0057 figcaption p {
  margin: 0;
  text-align: right;
  padding: 10px 0;
  width: 100%;
}

figure.snip0057 figcaption h2 {
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: 'Raleway',
    sans-serif;
  background: linear-gradient(107deg, transparent 15%, white 25%);
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

figure.snip0057 figcaption li {
  background: linear-gradient(107deg, transparent 10%, white 20%);
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

figure.snip0057 figcaption h2 span {
  font-weight: 800;
  font-family: 'Raleway',
    sans-serif;
}

figure.snip0057 figcaption ul {
  opacity: 0.8;
  list-style: none;
  padding: 0;
}

figure.snip0057 figcaption li {
  font-size: 0.8em;
  margin-left: -15px;
  font-family: 'Raleway',
    sans-serif;
}

figure.snip0057 figcaption li span {
  font-size: 0.9em;
  opacity: 1;
  font-weight: 800;
  font-family: 'Raleway',
    sans-serif;
}

figure.snip0057 div.langs {
  position: absolute;
  padding: 5px;
  bottom: 55px;
  left: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  background: linear-gradient(40deg, #202020, transparent);
}

figure.snip0057 div.langs .flag[data-fluency="S"] {
  height: 20px;
  width: 30px;
  box-shadow: #ffffffD0 0 0 10px 2px;
  outline: white 1px solid;
}

figure.snip0057 div.langs .flag[data-fluency="A"] {
  height: 20px;
  width: 30px;
}

figure.snip0057 div.langs .flag[data-fluency="B"] {
  height: 16px;
  width: 22px;
  opacity: .8;
}

figure.snip0057 div.langs .flag[data-fluency="C"] {
  height: 12px;
  width: 18px;
  opacity: .6;
}

acronym {
  position: relative;
}

acronym:after {
  content: attr(data-title);
  position: absolute;
  left: 10px;
  margin-left: -10px;
  bottom: 150%;
  z-index: 2;
  padding: 0.25em;
  width: 230px;
  background-color: white;
  box-shadow: 0 5px 5px -5px #202020;
  text-align: center;
  display: none;
  pointer-events: none;
}

acronym:hover:after {
  display: block;
}

figure.snip0057 figcaption li:nth-child(2) {
  margin-left: -20px;
}

figure.snip0057 figcaption li:nth-child(3) {
  margin-left: -25px;
}

figure.snip0057 figcaption li:nth-child(4) {
  margin-left: -30px;
}

figure.snip0057 figcaption li:nth-child(5) {
  margin-left: -35px;
}

figure.snip0057 figcaption li:nth-child(6) {
  margin-left: -40px;
}

figure.snip0057 figcaption li:nth-child(7) {
  margin-left: -45px;
}

figure.snip0057 figcaption li:nth-child(8) {
  margin-left: -50px;
}

figure.snip0057 figcaption .icons {
  width: 100%;
  text-align: right;
}

figure.snip0057 figcaption .icons i {
  font-size: 26px;
  padding: 5px;
  top: 50%;
  color: #000000;
  opacity: 0;
}

figure.snip0057 figcaption a {
  opacity: 0.3;
}

figure.snip0057 figcaption a:hover {
  opacity: 0.8;
}

figure.snip0057 .position {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  font-size: 0.9em;
  opacity: 1;
  font-style: italic;
  color: #ffffff;
  background: #000000;
}

figure.snip0057.blue .position {
  background: #20638f;
}

figure.snip0057.blue2 .position {
  background: #0096ff;
}

figure.snip0057.green .position {
  background: #638f63;
}

figure.snip0057.green2 .position {
  background: #5ca904;
}

figure.snip0057.red .position {
  background: #962d22;
}

figure.snip0057.red2 .position {
  background: #C21E56;
}

figure.snip0057.yellow .position {
  background: #bf6516;
}

figure.snip0057.teal .position {
  background: #008080;
}

figure.snip0057.purple .position {
  background: #8f4d8f;
}

figure.snip0057.lavender .position {
  background: #E6E6FA;
  color: black;
}

figure.snip0057.pink .position {
  background: #ffc3c3;
  color: black;
}

figure.snip0057.pink2 .position {
  background: #ff69b4;
  color: black;
}

figure.snip0057.black .position {
  background: #202020;
  color: white;
}

figure.snip0057.unknown *:not(.cardback, .cardback *, .position) {
  filter: grayscale();
}

figure.snip0057.unknown .image img {
  filter: brightness(0) blur(5px);
}

figure.snip0057:hover {
  transform: scale(1.2);
  box-shadow: 0 60px 6px -30px rgba(0, 0, 0, 0.4);
  z-index: 10 !important;
}

figure.snip0057.flip {
  transform: rotateY(180deg);
}

figure.snip0057.flip:hover {
  transform: scale(1.2) rotateY(180deg);
}

figure.snip0057.flip div.cardback {
  opacity: 1;
  -webkit-animation: flip 0.1s ease-in-out forwards;
  animation: flip 0.1s ease-in-out forwards;
}

figure.snip0057.flip div.cardback.start-flipped {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

figure.snip0057.blue:hover {
  outline: solid 5px #20638f;
}

figure.snip0057.blue2:hover {
  outline: solid 5px #0096ff;
}

figure.snip0057.green:hover {
  outline: solid 5px #638f63;
}

figure.snip0057.green2:hover {
  outline: solid 5px #5ca904;
}

figure.snip0057.red:hover {
  outline: solid 5px #962d22;
}

figure.snip0057.red2:hover {
  outline: solid 5px #C21E56;
}

figure.snip0057.yellow:hover {
  outline: solid 5px #bf6516;
}

figure.snip0057.teal:hover {
  outline: solid 5px #008080;
}

figure.snip0057.purple:hover {
  outline: solid 5px #8f4d8f;
}

figure.snip0057.lavender:hover {
  outline: solid 5px #E6E6FA;
}

figure.snip0057.pink:hover {
  outline: solid 5px #ffc3c3;
}

figure.snip0057.pink2:hover {
  outline: solid 5px #ff69b4;
}

figure.snip0057.black:hover {
  outline: solid 5px #202020;
}

figure.snip0057:hover figcaption,
figure.snip0057.hover figcaption {
  bottom: 30px;
}

figure.snip0057:hover .icons i,
figure.snip0057.hover .icons i {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.snip0057:hover:before,
figure.snip0057.hover:before {
  -webkit-animation: shadow 0.6s ease-in-out;
  animation: shadow 0.6s ease-in-out;
}

figure.snip0057.unknown:after {
  content: "CLASSIFIED CLASSIFIED CLASSIFIED";
  color: red;
  position: absolute;
  display: flex;
  white-space: nowrap;
  top: calc(50% - 50px);
  transform: rotate(40deg);
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  left: -350px;
  background: white;
  padding: 10px 150px;
  text-align: center;
  box-shadow: 0 5px 5px -3px black;
  border: ridge 5px red;
}

h1 {
  color: white;
  display: block;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  margin: 0;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  z-index: 140;
  top: 0;
  background-color: #202020;
  background-image: url("/img/texture.png");
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

footer {
  color: white;
  display: block;
  padding: 20px;
  width: calc(100% - 40px);
  text-align: center;
  font-family: "Raleway", Arial, sans-serif;
  font-size: xx-small;
  position: fixed;
  bottom: 0;
  background-color: #202020;
  background-image: url("/img/texture.png");
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, transparent, white, white, transparent) 1;
  border-bottom: none;
  z-index: 150;
}

footer div.zoom-controls {
  position: absolute;
  bottom: 10px;
  right: 50px;
  display: flex;
  flex-direction: row;
  font-family: cursive;
  font-size: 45px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  box-shadow: inset 0 -2px 5px black, inset 0 1px 5px white;
  height: 30px;
  padding: 0 20px;
}

footer div.zoom-controls input {
  margin: 2px 15px 0 15px;
  height: 5px;
  cursor: pointer;
}

footer div.zoom-controls span {
  margin-top: -10px;
}

div#loading {
  display: none;
  z-index: 160;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-family: "Raleway", Arial, sans-serif;
  font-size: xx-large;
}

div#loading.on {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.speech-bubble-container {
  position: absolute;
  background: white;
  padding: 15px 25px;
  border: solid 1px #202040;
  box-shadow: inset 0 -10px 18px -5px #6F95A0;
  border-radius: 100px;
  z-index: 100;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 2em;
  text-align: center;
  pointer-events: none;
  max-width: 450px;
  min-width: 50px;
  -webkit-animation: bubble 5s ease-in-out forwards;
  animation: bubble 5s ease-in-out forwards;
}

div.speech-bubble-container:before {
  content: "";
  position: absolute;
  top: -webkit-calc(100% - 10px);
  top: calc(100% - 10px);
  left: 50%;
  height: 18px;
  width: 18px;
  background: white;
  transform: rotate(60deg) skewX(20deg);
  border-bottom: inherit;
  border-right: inherit;
  box-shadow: inherit;
}

a.button {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #ffffff;
  width: 100px;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  transition: all 0.2s;
}

a.button:hover {
  color: #000000;
  background-color: #ffffff;
  cursor: pointer;
}

span.mute-button {
  position: fixed;
  top: 25px;
  left: 20px;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  outline: solid 1px white;
  opacity: .5;
  cursor: pointer;
  z-index: 160;
  background-color: #202020;
}

span.mute-button:hover {
  opacity: 1;
  transform: scale(1.2);
}

span.mute-button img {
  filter: invert();
  height: 80%;
  margin-left: 5%;
}

div.controls-wrapper {
  background-color: #202020;
  background-image: url("/img/texture.png");
}

div.controls-wrapper div.controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 0px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, transparent, white, white, transparent) 1;
  transition: height .2s;
  width: 100%;
  margin: auto;
  background-color: #202020;
}

div.controls-wrapper.open div.controls {
  height: 250px;
  transition: height .2s;
}

div.controls-wrapper div.controls div.button-controls {
  padding-top: 25px;
  display: flex;
}

div.controls-wrapper div.controls span.speech-bubble-controls div.button-controls {
  padding-top: 0;
}

div.controls-wrapper div.controls span.speech-bubble-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px;
  border-left: solid 1px white;
  border-right: solid 1px white;
  padding: 10px 25px;
  margin: 15px 0;
}

div.controls-wrapper div.controls span.speech-bubble-controls label {
  margin-top: 10px;
  color: white;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 12px;
  font-weight: 100;
}

div.controls-wrapper h3 {
    margin: 0;
    font-family: 'Raleway', Arial, sans-serif;
    color: white;
    font-weight: 100;
    margin-top: -5px;
}

div.controls-wrapper span.controls-carret {
    display: block;
    position: sticky;
    z-index: 2;
    margin: auto;
    margin-bottom: -11px;
    color: white;
    background-color: #212121;
    border-radius: 100px;
    width: 100px;
    height: 20px;
    text-align: center;
    border-bottom: solid 2px white;
    font-family: 'Raleway', Arial, sans-serif;
    cursor: pointer;
    transform: scaleY(1);
    transition: all .2s;
}

div.controls-wrapper.open span.controls-carret {
  transform: scaleY(-1);
  border-bottom: solid 1px white;
  transition: all .2s;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 160px;
  height: 20px;
  margin: 10px 50px;
  background: linear-gradient(to right, #303030 0%, #404040 100%);
  background-size: 150px 10px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  position: relative;
  z-index: 3;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

input[type="range"]::-webkit-slider-thumb:after {
  content: " ";
  width: 160px;
  height: 10px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 5px;
  background: white;
  background: linear-gradient(to right, white 1%, white 70%);
}

input[type="range"]:disabled {
  opacity: .3
}

.alert {
  padding: 20px;
  background-color: #2196F3;
  color: white;
  bottom: 120px;
  border-radius: 3px;
  font-family: 'Raleway', Arial, sans-serif;
  z-index: 160;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: all .2s ease-in-out;
  position: relative;
  margin: auto;
  width: fit-content;
  right: -20px;
}

.alert.info {
  background-color: #2196F3;
}

.alert.success {
  background-color: #04AA6D;
}

.alert.warning {
  background-color: #ff9800;
}

.alert.error {
  background-color: #f44336;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: 500;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 30px;
}

.closebtn:hover {
  color: black;
}

@media all and (max-width: 30em) {
  a.button {
    display: block;
    margin: 0.4em auto;
  }
}

@-webkit-keyframes shadow {
  0% {
    left: 0px;
  }

  50% {
    left: -5px;
  }

  100% {
    left: 0px;
  }
}

@keyframes shadow {
  0% {
    left: 0px;
  }

  50% {
    left: -5px;
  }

  100% {
    left: 0px;
  }
}

@-webkit-keyframes flip {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  51% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flip {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  51% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes unflip {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes unflip {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bubble {
  0% {
    margin-top: 50px;
    opacity: 0;
    transform: scaleX(1.5) scaleY(.5);
  }

  2% {
    margin-top: -40px;
    opacity: 1;
    transform: scaleX(.7) scaleY(1.3);
  }

  5% {
    margin-top: 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }

  7% {
    margin-top: 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }

  98% {
    margin-top: 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }

  100% {
    margin-top: 50px;
    opacity: 0;
    transform: scaleX(0.5) scaleY(1.5);
  }
}

@keyframes bubble {
  0% {
    margin-top: 50px;
    opacity: 0;
    transform: scaleX(1.5) scaleY(.5);
  }

  2% {
    margin-top: -40px;
    opacity: 1;
    transform: scaleX(.7) scaleY(1.3);
  }

  5% {
    margin-top: 0;
    opacity: 1;
    transform: scaleX(1.1) scaleY(.9);
  }

  7% {
    margin-top: 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }

  98% {
    margin-top: 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }

  100% {
    margin-top: 50px;
    opacity: 0;
    transform: scaleX(0.5) scaleY(1.5);
  }
}

@keyframes shuffle {
  0% {}
  10% {
    transform: rotateY(180deg);
  }
  25% {
    transform: rotateY(180deg);
  }
  30% {
    transform: rotateY(180deg) rotateZ(-1deg) translateY(100px) translateX(300px);
  }
  35% {
    transform: rotateY(180deg) rotateZ(6deg) translateY(-230px) translateX(50px);
  }
  40% {
    transform: rotateY(180deg) rotateZ(-9deg) translateY(260px) translateX(-270px);
  }
  45% {
    transform: rotateY(180deg) rotateZ(8deg) translateY(10px) translateX(20px);
  }
  50% {
    transform: rotateY(180deg) rotateZ(23deg) translateY(-100px) translateX(-190px);
  }
  55% {
    transform: rotateY(180deg) rotateZ(24deg) translateY(40px) translateX(-10px);
  }
  60% {
    transform: rotateY(180deg) rotateZ(-27deg) translateY(-140px) translateX(120px);
  }
  65% {
    transform: rotateY(180deg) rotateZ(12deg) translateY(-60px) translateX(-290px);
  }
  70% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
}

html {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  font-family: 'Raleway', Arial, sans-serif;
  overflow: hidden scroll;
}

body {
  background-color: #212121;
  background-image: url("/img/wood.png");
  display: block;
  margin: 0;
  height: calc(100% - 8rem);
  padding: 5rem 0 3rem 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #606060 transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 20px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(96, 96, 96, .5);
  border-radius: 10px;
  border: 5px solid #202020;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(96, 96, 96, 1);
  border-radius: 10px;
  border: 5px solid #202020;
}