@import url(https://pro.fontawesome.com/releases/v5.11.2/css/all.css);
:root {
  --user-button-circle: rgba(0,0,0,0.025);
  --user-button-cardborder: rgba(255,255,255,0.25);
  --user-button-text:#323133;
  --user-button-shadow:rgba(0,0,0,0.1);
}

body #user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
          animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
body #user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
body #user-button .u-main {
  cursor: pointer;
  --user-button-background:var(--user-button-main, #EC87C0);
}
body #user-button .u-main img {
  height: 100%;
  width: 100%;
}
body #user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}
body #user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /*&:before {
     z-index:-1;
     position:absolute;
     top:0; right:0; bottom:0; left:0;
     content:'';

     backdrop-filter: blur(10px);
  }*/
}
body #user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
body #user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] {
  position: relative;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"]:before {
  content: "Middle Click";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  white-space: pre;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  background: #fffc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"].show:before {
  opacity: 1;
  transition: 0.25s ease-out;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] div {
  color: #1da1f2;
}
body #user-button .u-icons a[href="https://codepen.io/z-"] div {
  background: black;
  color: white;
}
body #user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
          animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body #user-button .u-icons a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
body #user-button .u-icons > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
}
body #user-button .u-icons > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #user-button .u-icons > *:hover, body #user-button .u-icons > *:focus-within {
  background: var(--hcolour);
}
body #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
  left: 62.5%;
  top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
  left: 37.5%;
  top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
  left: 18.75%;
  top: 37.5%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
  left: 18.75%;
  top: 62.5%;
}
body #user-button:hover .u-icons, body #user-button:focus-within .u-icons {
  width: 300% !important;
  height: 300% !important;
}

:root {
  --background:white;
  --background_alt:#E2E2E2;
  --text:black;
  --red:#D8334A;
  --red_alt:#BF263C;
  --green:#A0D468;
  --green_alt:#8CC152;
}

body {
  display: grid;
  place-items: center;
  height: 100vh;
  counter-reset: section;
  background: var(--background);
  transition: 0.25s;
}
body.dark {
  --background:#16181D;
  --background_alt:#313742;
  --text:white;
  --red:#BF263C;
  --red_alt:#D8334A;
  --green:#8CC152;
  --green_alt:#A0D468;
}
@media (prefers-color-scheme: dark) {
  body:not(.light) {
    --background:#16181D;
    --background_alt:#313742;
    --text:white;
    --red:white;
    --red_alt:white;
    --green:white;
    --green_alt:white;
  }
}
body #counter {
  display: grid;
  grid-template-rows: 80px 40px auto;
  grid-gap: 10px;
  grid-template-areas: "inc" "dec" "value";
  width: 200px;
  padding: 10px;
  border: 2px solid var(--background_alt);
  border-radius: 20px;
  transition: 0.25s;
}
body #counter .counter {
  position: fixed;
  top: 0px;
}
body #counter .blankinc, body #counter .blankdec {
  place-items: center;
  opacity: 0.5;
  border-radius: 10px;
  cursor: not-allowed;
}
body #counter .blankinc.blankinc, body #counter .blankdec.blankinc {
  grid-area: inc;
  background: var(--green);
}
body #counter .blankinc.blankdec, body #counter .blankdec.blankdec {
  grid-area: dec;
  background: var(--red);
}
body #counter .result {
  grid-area: value;
  text-align: center;
  color: var(--text);
  font-size: 3rem;
  font-family: "Quicksand", sans-serif;
  transition: 0.25s;
}
body #counter .result:before {
  content: counter(section);
}
body #counter input {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  grid-area: inc;
  border-radius: 10px;
  cursor: pointer;
}
body #counter input:before, body #counter input:not(:checked):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 10px;
  background: var(--background);
  border-radius: 10px;
  transition: 0.25s;
}
body #counter input:not(:checked):after {
  transform: translate(-50%, -50%) rotate(90deg);
}
body #counter input:checked {
  counter-increment: section;
  grid-area: dec;
  background: var(--red);
  box-shadow: 0 0 0 1px var(--background);
  -webkit-animation: checked 0.25s;
          animation: checked 0.25s;
  transition: box-shadow 0.25s;
}
body #counter input:checked:hover {
  background: var(--red_alt);

}
body #counter input:checked + input:not(:checked), body #counter input:first-child:not(:checked) {
  background: var(--green);

}
body #counter input:checked + input:not(:checked):hover, body #counter input:first-child:not(:checked):hover {
  background: var(--green_alt);
 
}
body #counter input:checked + input:not(:checked) ~ input, body #counter input:first-child:not(:checked) ~ input {
  display: none;
  opacity: 0.5;
}



















html,
body {
  min-height: 100vh;
  width: 100%;
  background-color: black;
  overflow: hidden;
}

#draw {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
#draw svg {
  min-height: 100vh;
}
#draw * {
  transform-origin: center;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
#draw #land1 {
  transform: translateY(-10%) scale(1.3);
  -webkit-animation-name: anim1;
          animation-name: anim1;
}
#draw #land2,
#draw #whitesun {
  transform: translateY(-8%) scale(1.2);
  -webkit-animation-name: anim2;
          animation-name: anim2;
}
#draw #land3 {
  transform: translateY(-10%) scale(1.3);
  -webkit-animation-name: anim3;
          animation-name: anim3;
}
#draw #c-left1,
#draw #c-left2,
#draw #c-left3 {
  transform: translateX(-20%) translateY(-10%) scale(1.5);
  opacity: 0.01;
  -webkit-animation-name: anim4;
          animation-name: anim4;
}
#draw #c-right1,
#draw #c-right2,
#draw #c-right3 {
  transform: translateX(20%) translateY(-10%) scale(1.5);
  opacity: 0.01;
  -webkit-animation-name: anim5;
          animation-name: anim5;
}
#draw #baloons,
#draw #birds-paradise {
  transform: translateX(-5%) translateY(-5%) scale(1.2);
  -webkit-animation-name: anim6;
          animation-name: anim6;
}
#draw #birds {
  transform: translateX(5%) translateY(-5%) scale(1.2);
  -webkit-animation-name: anim7;
          animation-name: anim7;
}
#draw #sky {
  transform: translateY(30%);
  -webkit-animation-name: anim8;
          animation-name: anim8;
}
#draw #whitesun > path {
  opacity: 0.5;
  -webkit-animation-name: anim9;
          animation-name: anim9;
}
@-webkit-keyframes anim1 {
  from {
    transform: translateY(-10%) scale(1.3);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@keyframes anim1 {
  from {
    transform: translateY(-10%) scale(1.3);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@-webkit-keyframes anim2 {
  from {
    transform: translateY(-8%) scale(1.2);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@keyframes anim2 {
  from {
    transform: translateY(-8%) scale(1.2);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@-webkit-keyframes anim3 {
  from {
    transform: translateY(-10%) scale(1.3);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@keyframes anim3 {
  from {
    transform: translateY(-10%) scale(1.3);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@-webkit-keyframes anim4 {
  from {
    transform: translateX(-20%) translateY(-10%) scale(1.5);
    opacity: 0.01;
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
    opacity: 0.15;
  }
}
@keyframes anim4 {
  from {
    transform: translateX(-20%) translateY(-10%) scale(1.5);
    opacity: 0.01;
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
    opacity: 0.15;
  }
}
@-webkit-keyframes anim5 {
  from {
    transform: translateX(20%) translateY(-10%) scale(1.5);
    opacity: 0.01;
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
    opacity: 0.15;
  }
}
@keyframes anim5 {
  from {
    transform: translateX(20%) translateY(-10%) scale(1.5);
    opacity: 0.01;
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
    opacity: 0.15;
  }
}
@-webkit-keyframes anim6 {
  from {
    transform: translateX(-5%) translateY(-5%) scale(1.2);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@keyframes anim6 {
  from {
    transform: translateX(-5%) translateY(-5%) scale(1.2);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@-webkit-keyframes anim7 {
  from {
    transform: translateX(5%) translateY(-5%) scale(1.2);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@keyframes anim7 {
  from {
    transform: translateX(5%) translateY(-5%) scale(1.2);
  }
  to {
    transform: translateX(0%) translateY(0%) scale(1);
  }
}
@-webkit-keyframes anim8 {
  from {
    transform: translateY(30%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes anim8 {
  from {
    transform: translateY(30%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes anim9 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes anim9 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.5;
  }
}