@import url("https://fonts.googleapis.com/css?family=VT323");

html {
  cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
}

body {
    color: white;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0 auto;
  }

  .app {
    z-index: 10000000000;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
  }

  .IP {
    font-family: 'VT323', monospace;
    font-size: 2em;
    color: white;
    text-shadow: 0 0 10px #fff;
    justify-content: center;
    position: relative;
    align-items: center;
    top: -200px;
    display: flex;
  }

  .IP:hover {
    color: #48ff00;
    text-shadow:0px 0px 30px #48ff00;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .logo_thing {
    position: relative;
    display: flex;
    height: 200px;
    width: 200px;
    top: -10px;
    border-radius: 15%;
    padding: 20px;
    margin: 0 auto;
  }

  .logo_thing img {
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo_thing:hover {
    -webkit-filter: drop-shadow(0 0 10px #ffffff);
    filter: drop-shadow(0 0 10px #ffffff);
  }

  .Links {
    display: flex;
    flex: 33.33%;
    justify-content: center;
  }

  .github {
    position: relative;
    display: flex;
    height: 50px;
    width: 50px;
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
  }

  .github img:hover {
    transform: scale(1.1);
    transition: 0.5s;
    -webkit-filter: drop-shadow(0 0 10px #ffffff);
    filter: drop-shadow(0 0 10px #ffffff);
    cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
  }

  .discord {
    position: relative;
    display: flex;
    height: 50px;
    width: 50px;
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
  }

  .discord img:hover {
    transform: scale(1.1);
    transition: 0.5s;
    -webkit-filter: drop-shadow(0 0 10px #8c9eff);
    filter: drop-shadow(0 0 10px #8c9eff);
    cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
  }

  .hentai {
    position: relative;
    display: flex;
    height: 50px;
    width: 50px;
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hentai img:hover {
    transform: scale(1.1);
    transition: 0.5s;
    -webkit-filter: drop-shadow(0 0 10px #ffffff);
    filter: drop-shadow(0 0 10px #ffffff);
    cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
  }

  .Enter {
    display: visible;
    font-family: 'VT323', monospace;
    font-size: 50px;
    color: white;
    text-align: center;
    margin: 0;
    border: none;
    background: none;
    /* Make button shake before being pressed */
    animation: spaz 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
  }

  @keyframes spaz {
    /* make button slightly shake */
    10% {
      transform: translate(1px, 1px) rotate(0deg);
    }
    20% {
      transform: translate(-1px, -2px) rotate(-1deg);
    }
    30% {
      transform: translate(-3px, 0px) rotate(1deg);
    }
    40% {
      transform: translate(3px, 2px) rotate(0deg);
    }
    50% {
      transform: translate(1px, -1px) rotate(1deg);
    }
    60% {
      transform: translate(-1px, 1px) rotate(-1deg);
    }
    70% {
      transform: translate(-3px, -2px) rotate(0deg);
    }
    80% {
      transform: translate(3px, 0px) rotate(-1deg);
    }
    90% {
      transform: translate(1px, 2px) rotate(1deg);
    }
    100% {
      transform: translate(-1px, -1px) rotate(0deg);
    }
  }

  .Enter:hover {
    color: red;
    transition: 1.5s;
    transform: scale(1.5);
    cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
  }

  button.Enter:hover{
    
    animation-name: shake;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    text-shadow:0px 0px 20px red;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
  }

  @keyframes shake {
    0% {
      -webkit-transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
      -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
      -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
      -webkit-transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
      -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
      -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
      -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
      -webkit-transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
      -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
      -webkit-transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
  }

  .ACTUAL_SITE {
    display: none;
  }

  @import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
 /* unvisited link */
  a:link {
    color: #fff;
    text-decoration: none;
 }
 /* visited link */
  a:visited {
    color: #fff;
    text-decoration: none;
 }
 /* mouse over link */
  a:hover {
    color: #ff00f0;
    text-decoration: none;
    cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
 }
 /* selected link */
  a:active {
    color: #000000;
    text-decoration: none;
 }
  .center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
 }
  h1 {
    display: block;
    font-size: 3em;
    margin: 0.6em 0;
    font-weight: bold;
    height: 10px;
 }
  .glitch {
    position: relative;
    margin: 0 auto;
    background: #000000;
    top: 500;
    display: flex;
 }
  .glitch::before, .glitch::after {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate-reverse;
    overflow: hidden;
    position: absolute;
    top: 0;
    clip: rect(0, 900px, 0, 0);
    content: attr(data-text);
 }
  .glitch::after {
    animation-name: glitch-animation;
    animation-duration: 4s;
    left: 4px;
    text-shadow: -1px 0 #ffa800;
    background: #000000;
 }
  .glitch::before {
    animation-name: glitch-animation-2;
    animation-duration: 6s;
    left: -4px;
    text-shadow: 1px 0 #00d8ff;
    background: #000000;
 }
 /* Expanded Animations */
  @keyframes glitch-animation {
    0% {
      clip: rect(42px, 9999px, 44px, 0);
   }
    5% {
      clip: rect(12px, 9999px, 59px, 0);
   }
    10% {
      clip: rect(48px, 9999px, 29px, 0);
   }
    15% {
      clip: rect(42px, 9999px, 73px, 0);
   }
    20% {
      clip: rect(63px, 9999px, 27px, 0);
   }
    25% {
      clip: rect(34px, 9999px, 55px, 0);
   }
    30% {
      clip: rect(86px, 9999px, 73px, 0);
   }
    35% {
      clip: rect(20px, 9999px, 20px, 0);
   }
    40% {
      clip: rect(26px, 9999px, 60px, 0);
   }
    45% {
      clip: rect(25px, 9999px, 66px, 0);
   }
    50% {
      clip: rect(57px, 9999px, 98px, 0);
   }
    55% {
      clip: rect(5px, 9999px, 46px, 0);
   }
    60% {
      clip: rect(82px, 9999px, 31px, 0);
   }
    65% {
      clip: rect(54px, 9999px, 27px, 0);
   }
    70% {
      clip: rect(28px, 9999px, 99px, 0);
   }
    75% {
      clip: rect(45px, 9999px, 69px, 0);
   }
    80% {
      clip: rect(23px, 9999px, 85px, 0);
   }
    85% {
      clip: rect(54px, 9999px, 84px, 0);
   }
    90% {
      clip: rect(45px, 9999px, 47px, 0);
   }
    95% {
      clip: rect(37px, 9999px, 20px, 0);
   }
    100% {
      clip: rect(4px, 9999px, 91px, 0);
   }
 }
  @keyframes glitch-animation-2 {
    0% {
      clip: rect(65px, 9999px, 100px, 0);
   }
    5% {
      clip: rect(52px, 9999px, 74px, 0);
   }
    10% {
      clip: rect(79px, 9999px, 85px, 0);
   }
    15% {
      clip: rect(75px, 9999px, 5px, 0);
   }
    20% {
      clip: rect(67px, 9999px, 61px, 0);
   }
    25% {
      clip: rect(14px, 9999px, 79px, 0);
   }
    30% {
      clip: rect(1px, 9999px, 66px, 0);
   }
    35% {
      clip: rect(86px, 9999px, 30px, 0);
   }
    40% {
      clip: rect(23px, 9999px, 98px, 0);
   }
    45% {
      clip: rect(85px, 9999px, 72px, 0);
   }
    50% {
      clip: rect(71px, 9999px, 75px, 0);
   }
    55% {
      clip: rect(2px, 9999px, 48px, 0);
   }
    60% {
      clip: rect(30px, 9999px, 16px, 0);
   }
    65% {
      clip: rect(59px, 9999px, 50px, 0);
   }
    70% {
      clip: rect(41px, 9999px, 62px, 0);
   }
    75% {
      clip: rect(2px, 9999px, 82px, 0);
   }
    80% {
      clip: rect(47px, 9999px, 73px, 0);
   }
    85% {
      clip: rect(3px, 9999px, 27px, 0);
   }
    90% {
      clip: rect(26px, 9999px, 55px, 0);
   }
    95% {
      clip: rect(42px, 9999px, 97px, 0);
   }
    100% {
      clip: rect(38px, 9999px, 49px, 0);
   }
 }

  .show_image {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
  }
  

  .snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
  }

  @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}

  * {
    margin: 0;
    padding: 0;
}
body {
    background: #000;
    height: 100vh;
    overflow: hidden;
}
.shootingStarContainer:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 130%;
    transform: rotate(36deg);
    z-index: 10;
}
.shootingStarContainer:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 130%;
    transform: rotate(43deg);
    z-index: 10;
}
.shootingStarContainer:nth-child(3) {
    position: absolute;
    width: 100%;
    height: 130%;
    transform: rotate(44deg);
    z-index: 10;
}
.shootingStar {
    position: absolute;
    height: 1px;
    background: linear-gradient(-70deg, rgba(255, 235, 235, 1), rgba(0, 0, 0, 1));
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(1) {
    left: calc(1%);
    top: calc(39%);
    animation: shootingFrames 2148ms ease-in-out 55547ms;
    opacity: 0.65;
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(2) {
    left: calc(46%);
    top: calc(97%);
    animation: shootingFrames 2515ms ease-in-out 17538ms;
    opacity: 0.78;
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(3) {
    left: calc(29%);
    top: calc(18%);
    animation: shootingFrames 2024ms ease-in-out 54730ms;
    opacity: 0.36;
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(4) {
    left: calc(36%);
    top: calc(67%);
    animation: shootingFrames 1276ms ease-in-out 36842ms;
    opacity: 0.81;
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(5) {
    left: calc(5%);
    top: calc(92%);
    animation: shootingFrames 1455ms ease-in-out 45819ms;
    opacity: 0.22;
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(6) {
    left: calc(16%);
    top: calc(46%);
    animation: shootingFrames 2505ms ease-in-out 53081ms;
    opacity: 0.58;
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(7) {
    left: calc(43%);
    top: calc(42%);
    animation: shootingFrames 1793ms ease-in-out 31334ms;
    opacity: 0.16;
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(8) {
    left: calc(40%);
    top: calc(96%);
    animation: shootingFrames 1092ms ease-in-out 8493ms;
    opacity: 0.68;
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(9) {
    left: calc(27%);
    top: calc(29%);
    animation: shootingFrames 2133ms ease-in-out 45338ms;
    opacity: 0.66;
}
.shootingStarContainer:nth-child(1) .shootingStar:nth-child(10) {
    left: calc(15%);
    top: calc(29%);
    animation: shootingFrames 766ms ease-in-out 37952ms;
    opacity: 0.66;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(1) {
    left: calc(22%);
    top: calc(55%);
    animation: shootingFrames 2642ms ease-in-out 15679ms;
    opacity: 0.43;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(2) {
    left: calc(10%);
    top: calc(5%);
    animation: shootingFrames 2707ms ease-in-out 49083ms;
    opacity: 0.25;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(3) {
    left: calc(10%);
    top: calc(73%);
    animation: shootingFrames 769ms ease-in-out 29057ms;
    opacity: 0.66;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(4) {
    left: calc(41%);
    top: calc(58%);
    animation: shootingFrames 1707ms ease-in-out 46785ms;
    opacity: 0.22;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(5) {
    left: calc(45%);
    top: calc(78%);
    animation: shootingFrames 2746ms ease-in-out 39914ms;
    opacity: 0.54;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(6) {
    left: calc(33%);
    top: calc(91%);
    animation: shootingFrames 1471ms ease-in-out 25710ms;
    opacity: 0.79;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(7) {
    left: calc(8%);
    top: calc(68%);
    animation: shootingFrames 1130ms ease-in-out 15578ms;
    opacity: 0.68;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(8) {
    left: calc(30%);
    top: calc(78%);
    animation: shootingFrames 1361ms ease-in-out 20487ms;
    opacity: 0.3;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(9) {
    left: calc(24%);
    top: calc(15%);
    animation: shootingFrames 1419ms ease-in-out 35473ms;
    opacity: 0.85;
}
.shootingStarContainer:nth-child(2) .shootingStar:nth-child(10) {
    left: calc(20%);
    top: calc(77%);
    animation: shootingFrames 1082ms ease-in-out 11097ms;
    opacity: 0.68;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(1) {
    left: calc(25%);
    top: calc(72%);
    animation: shootingFrames 2572ms ease-in-out 28331ms;
    opacity: 0.74;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(2) {
    left: calc(4%);
    top: calc(9%);
    animation: shootingFrames 1819ms ease-in-out 31537ms;
    opacity: 0.58;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(3) {
    left: calc(5%);
    top: calc(59%);
    animation: shootingFrames 1260ms ease-in-out 37167ms;
    opacity: 0.29;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(4) {
    left: calc(21%);
    top: calc(77%);
    animation: shootingFrames 1945ms ease-in-out 33866ms;
    opacity: 0.48;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(5) {
    left: calc(46%);
    top: calc(40%);
    animation: shootingFrames 1423ms ease-in-out 34126ms;
    opacity: 0.28;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(6) {
    left: calc(50%);
    top: calc(11%);
    animation: shootingFrames 2378ms ease-in-out 54018ms;
    opacity: 0.84;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(7) {
    left: calc(7%);
    top: calc(17%);
    animation: shootingFrames 2026ms ease-in-out 31236ms;
    opacity: 0.39;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(8) {
    left: calc(46%);
    top: calc(27%);
    animation: shootingFrames 2467ms ease-in-out 12645ms;
    opacity: 0.18;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(9) {
    left: calc(5%);
    top: calc(99%);
    animation: shootingFrames 1075ms ease-in-out 10579ms;
    opacity: 0.29;
}
.shootingStarContainer:nth-child(3) .shootingStar:nth-child(10) {
    left: calc(50%);
    top: calc(57%);
    animation: shootingFrames 1908ms ease-in-out 25179ms;
    opacity: 0.85;
}
@keyframes shootingFrames {
    0% {
        transform: translateX(0);
        width: 0;
   }
    30% {
        width: 200px;
   }
    100% {
        width: 0;
        transform: translateX(818px);
   }
}
.stars, .twinkleMask2, .clouds {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.stars {
    background: #000 url('https://wolf.drjm.co.uk/nightsky/stars.jpg') repeat top center;
    z-index: 0;
}
.twinkleMask2 {
    background: transparent url('https://wolf.drjm.co.uk/nightsky/twinkleMask2.png') repeat top center;
    z-index: 2;
    height: 200%;
    animation: twinkleFrames2 300s linear infinite;
}
.clouds {
    background: transparent url('https://wolf.drjm.co.uk/nightsky/clouds.png') repeat top center;
    z-index: 3;
    height: 150%;
    animation: cloudsFrames 300s linear infinite;
}
.fogContainer {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 7;
}
.fog {
    position: absolute;
    left: -50%;
    top: -30%;
    width: 200%;
    height: 200%;
    animation-name: fogFrames;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: linear-gradient(-5deg #00000000 0%, #ffffff15 40%, #74590121 45%, #8b845b21 55%, #00000000 70%);
}
@keyframes fogFrames {
    0% {
        transform: none;
   }
    10% {
        transform: scaleY(0.75) translate(5%, -2%) rotate(15deg);
   }
    25% {
        transform: scaleY(1) translate(10%, 7%);
   }
    50% {
        transform: scaleY(0.5) rotate(-15deg);
   }
    75% {
        transform: scaleY(0.2) translate(7%, -2%);
   }
    100% {
        transform: none;
   }
}
@keyframes twinkleFrames {
    from {
        background-position: 0 0;
   }
    to {
        background-position: -10000px 5000px;
   }
}
@keyframes twinkleFrames2 {
    from {
        background-position: 0 0;
   }
    to {
        background-position: 10000px 5000px;
   }
}
@keyframes cloudsFrames {
    from {
        background-position: 0 0;
   }
    to {
        background-position: 10000px 0;
   }
}














.home_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    white-space: pre-wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: large;
}

#myVideo {
	position: fixed;
	right: 0;
	bottom: 10;
	min-width: 100%;
	min-height: 100%;
  }