@charset "UTF-8";
/* * * * * * * * * * * * * * * *
 * Author: VLAD GOHN
 * URL: http://vladgohn.com
 *
 * Project Name: LOK-SHA™
 * Version: 1.0
 * URL: http://lok-sha.com
 * * * * * * * * * * * * * * * */
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  width: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  font-family: "Rubic", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  background: #FFE500; }

main {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute; }
  main h3 {
    max-width: 50%;
    position: relative; }

.desk {
  zoom: 1;
  transition: 0.4s ease;
  position: relative;
  user-select: none; }
  .desk:active {
    top: 5px;
    zoom: .98; }
  .desk.act {
    animation: fadeIn 0.23s 0.43s cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards; }
  .desk img {
    pointer-events: none;
    user-select: none;
    width: 300px; }

.goo {
  font-size: 4rem;
  line-height: 1.35;
  display: inline;
  box-decoration-break: clone;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  filter: url("#goo");
  max-width: 50%;
  position: relative; }
  .goo:focus {
    outline: 0; }

@keyframes fadeIn {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
