body {
    margin: 0;
  }


body {


  background-color:#99b4ff;
  background-image:
  radial-gradient(at 17% 85%, hsla(269,94%,74%,1) 0px, transparent 50%),
  radial-gradient(at 89% 97%, hsla(218,80%,71%,1) 0px, transparent 50%),
  radial-gradient(at 24% 98%, hsla(189,97%,67%,1) 0px, transparent 50%),
  radial-gradient(at 66% 68%, hsla(341,83%,74%,1) 0px, transparent 50%),
  radial-gradient(at 31% 39%, hsla(299,76%,69%,1) 0px, transparent 50%),
  radial-gradient(at 20% 43%, hsla(159,80%,73%,1) 0px, transparent 50%),
  radial-gradient(at 46% 1%, hsla(245,72%,73%,1) 0px, transparent 50%);
background-attachment: fixed;
width: 100%; 
}

.hi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 100px auto;
  z-index: 99999;
  text-align: center;
}
.hi img {
 z-index: 99999;
}


  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ snowflakes */


  @-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0%,
    100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(100px)
    }
}

.snowflake {
    position: fixed;
    top: -100%;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 11s, 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: 11s, 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) /* bush */  {
    left: 13%;
    -webkit-animation-delay: 3s, 2s;
    animation-delay: 3s, 2s
}

.snowflake:nth-of-type(2) /* mag5 */  {
    left: 83%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3)  /* kedspurp */ {
    left: 22%;
    -webkit-animation-delay: 8.25s, 5s;
    animation-delay: 8.25s, 5s
}

.snowflake:nth-of-type(4) /* wwfring */  {
    left: 27%;
    -webkit-animation-delay: 55s, 9.5s;
    animation-delay: 5s, 9.5s
}

.snowflake:nth-of-type(5) /* bookblue */ {
    left: 59%;
    -webkit-animation-delay: 10.25s, 3s;
    animation-delay: 10.25s, 3s
}

.snowflake:nth-of-type(6) /* cw1 */ {
    left: 75%;
    -webkit-animation-delay: 4s, 4.25s;
    animation-delay: 4s, 4.25s
}

.snowflake:nth-of-type(7) /* mag2 */ {
    left: 59%;
    -webkit-animation-delay: 5s, 8s;
    animation-delay: 5s, 8s
}

.snowflake:nth-of-type(8) /* balaclava */ {
    left: 63%;
    -webkit-animation-delay: 2s, 4s;
    animation-delay: 2s, 4s
}

 .snowflake:nth-of-type(9) /* blades */ {
    left: 86%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) /* cw4 */ {
    left: 45%;
    -webkit-animation-delay: 3s, 6s;
    animation-delay: 3s, 6s
}

.snowflake:nth-of-type(11) /* kedspink */ {
    left: 48%;
    -webkit-animation-delay: 7.5s, 7s;
    animation-delay: 7.5s, 7s
}

.snowflake:nth-of-type(12) /* chair */ {
    left: 70%;
    -webkit-animation-delay: 7s, 6s;
    animation-delay: 7s, 6s
}

.snowflake:nth-of-type(13) /* mag4 */ {
    left: 17%;
    -webkit-animation-delay: 7s, 4s;
    animation-delay: 7s, 4s
}

.snowflake:nth-of-type(14) /* bookgreen */{
    left: 2%;
    -webkit-animation-delay: 3s, 3ms;
    animation-delay: 3s, 3s
}
.snowflake:nth-of-type(15) /* cw3 */{
    left: 7%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(16) /* mag3 */{
  left: 34%;
  -webkit-animation-delay: 2s, 8.75s;
  animation-delay: 2s, 8.75s
}

.snowflake:nth-of-type(17) /* slimemold */{
  left: 84%;
  -webkit-animation-delay: 9s, 4s;
  animation-delay: 9s, 4s
}

.snowflake:nth-of-type(18) /* goat */{
  left: 18%;
  -webkit-animation-delay: .5s, 1s;
  animation-delay: .5s, 1s
}

.snowflake:nth-of-type(19) /* mushroom */{
  left: 90%;
  -webkit-animation-delay: 5s, 2s;
  animation-delay: 5s, 2s
}

.snowflake:nth-of-type(20) /* strawburr */{
  left: 35%;
  -webkit-animation-delay: 10s, 7s;
  animation-delay: 10s, 7s
}
.snowflake:nth-of-type(21) /* caviar */{
  left: 48%;
  -webkit-animation-delay: .75s, 2s;
  animation-delay: .75s, 2s
}

.snowflake:nth-of-type(22) /* bookpurple */{
  left: 78%;
  -webkit-animation-delay: 1.2s, 4s;
  animation-delay: 1.2s, 4s
}

.snowflake:nth-of-type(23) /* 333 */{
  left: 66%;
  -webkit-animation-delay: 8s, 7.5s;
  animation-delay: 8s, 7.5s
}

.snowflake:nth-of-type(24) /* sturgeon */{
  left: 39%;
  -webkit-animation-delay: 5.5s, 8s;
  animation-delay: 5.5s, 8s
}

.snowflake:nth-of-type(25) /* tumbleweed */{
  left: 5%;
  -webkit-animation-delay: 9s, 3s;
  animation-delay: 9s, 3s
}

.snowflake:nth-of-type(26) /* innout */{
  left: 72%;
  -webkit-animation-delay: 10s, 2.25s;
  animation-delay: 10s, 2.25s
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEXT */

.text {
  a {font-family: sans-serif;
    font-size: 3em;
    font-weight: bolder;
  color: white;
text-transform: uppercase;
text-decoration: none; }

}

.text p {padding-bottom: 5em;}
