#playpausebutton {
    position: fixed;
    bottom: 0px;
    right: 2px; 
    z-index: 8;
}

@media only screen and (max-width: 450px) {
    caption.maintableheader {
        font-family: 'Beattingvile';
        font-size: 50px;
        color: palevioletred;
        z-index: 5;
        position: relative;
        /* top: 50%; */
        text-align: center;
        /* -ms-text-size-adjust: 100%; */
        padding-bottom: 1.05em;
        clear: both;
    }

    caption.maintablefooter {
        /* font-family: 'Beattingvile'; */
        color: #b6da76;
        clear: both;
        caption-side:bottom;
        padding-top: 1.25em;
        font-size: 15px;
        font-weight: bold;
        /* display: block; */
    }

    .countdownContainer {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        z-index: 4;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        background-color: rgba(255, 255, 255, 0.75);
        box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
        padding: 0.25em 0.25em;
        line-height: 1.5;
        font-size: 15px;
        /* background: rgba(221, 221, 221, 0.8); */
        /* border: 2px solid #999; */
        /* padding: 40px; */
        box-shadow: 0 0 5px 3px #ccc;
    }

    .info {
        font-size: 30px;
    }
}

@media only screen and (min-width: 450px) {
    caption.maintableheader {
        font-family: 'Beattingvile';
        font-size: 100px;
        color: palevioletred;
        z-index: 5;
        position: relative;
        /* top: 50%; */
        text-align: center;
        /* -ms-text-size-adjust: 100%; */
        padding-bottom: 1.05em;
        clear: both;
    }

    caption.maintablefooter {
        /* font-family: 'Beattingvile'; */
        color: #b6da76;
        clear: both;
        caption-side:bottom;
        padding-top: 1.25em;
        font-size: 17px;
        font-weight: bold;
    }
    
    .countdownContainer {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        z-index: 4;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        background-color: rgba(255, 255, 255, 0.75);
        box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
        padding: 1em 12em;
        line-height: 1.5;
        /* background: rgba(221, 221, 221, 0.8); */
        /* border: 2px solid #999; */
        /* padding: 40px; */
        box-shadow: 0 0 5px 3px #ccc;
    }

    .info {
        font-size: 50px;
    }
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: roght;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }

.label {
    text-align: center;
 }

 nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 60px;
    text-align: center;
    background-color: #333;
    font-size: 18px;
    letter-spacing: 1px;
   }

 /* html { overflow-y: scroll; } */
 /* body { position: absolute; } */

/* reset */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

/* body { margin: 0 } */

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block }

audio, canvas, progress, video { display: inline-block }

audio:not([controls]) {
display: none;
height: 10
}

progress { vertical-align: baseline }
template, [hidden] {
display:none
}

a { background-color: transparent }

a:active, a:hover { outline-width: 0 }

abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}

b, strong { font-weight: inherit }

b, strong { font-weight: bolder }

dfn { font-style: italic }

h1 {
font-size: 2em;
margin: 0.67em 0
}

mark {
background-color: #ff0;
color: #000
}

small { font-size: 80% }

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}

/* sub { bottom: -0.25em } */

sup { top: -0.5em }

img { border-style: none }

svg:not(:root) { overflow: hidden }

code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em
}

figure { margin: 1em 40px }

hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible
}

button, input, select, textarea {
font: inherit;
/* margin: 0 */
}

optgroup { font-weight: bold }

button, input, select { overflow: visible }

button, select { text-transform: none }
button, [type="button"], [type="reset"], [type="submit"] {
cursor:pointer
}
[disabled] {
cursor:default
}
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance:button
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
button:-moz-focusring, input:-moz-focusring {
outline:1px dotted ButtonText
}

/* fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em
} */

legend {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}

textarea { overflow: auto }
[type="checkbox"], [type="radio"] {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
-webkit-appearance:textfield
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}

/* main css */

.slideshow {
position: absolute;
width: 100vw;
height: 100vh;
overflow: hidden;
/* top: 0%; */
/* transform: translate(0%, 0%);
left: 0%; */
/* margin-right: -50%; */
}

.slideshow-image {
position: absolute;
width: 100%;
height: 100%;
background: no-repeat 50% 50%;
background-size: cover;
-webkit-animation-name: animationname;
animation-name: animationname;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 30s;
animation-duration: 30s;
opacity: 0.1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
bottom: 0;
}

 .slideshow-image:nth-child(1) {
    -webkit-animation-name: animationname-1;
    animation-name: animationname-1;
	z-index: 4;
}
 .slideshow-image:nth-child(2) {
    -webkit-animation-name: animationname-2;
    animation-name: animationname-2;
	 z-index: 3;
}
 .slideshow-image:nth-child(3) {
    -webkit-animation-name: animationname-3;
    animation-name: animationname-3;
	 z-index: 2;
}
 .slideshow-image:nth-child(4) {
    -webkit-animation-name: animationname-4;
    animation-name: animationname-4;
	 z-index: 1;
}
 .slideshow-image:nth-child(5) {
    -webkit-animation-name: animationname-5;
    animation-name: animationname-5;
	 z-index: 0;
}

/* @-webkit-keyframes 
animationname-1 {  0% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
1.5625% {
opacity: 1;
}
23.4375% {
opacity: 1;
}
26.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
98.4375% {
opacity: 0;
-webkit-transform: scale(1.21176);
transform: scale(1.21176);
}
100% {
opacity: 1;
}
}
@keyframes 
animationname-1 {  0% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
1.5625% {
opacity: 1;
}
23.4375% {
opacity: 1;
}
26.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
98.4375% {
opacity: 0;
-webkit-transform: scale(1.21176);
transform: scale(1.21176);
}
100% {
opacity: 1;
}
}
@-webkit-keyframes 
animationname-2 {  23.4375% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
26.5625% {
opacity: 1;
}
48.4375% {
opacity: 1;
}
51.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes 
animationname-2 {  23.4375% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
26.5625% {
opacity: 1;
}
48.4375% {
opacity: 1;
}
51.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes 
animationname-3 {  48.4375% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
51.5625% {
opacity: 1;
}
73.4375% {
opacity: 1;
}
76.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes 
animationname-3 {  48.4375% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
51.5625% {
opacity: 1;
}
73.4375% {
opacity: 1;
}
76.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes 
animationname-4 {  73.4375% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
76.5625% {
opacity: 1;
}
98.4375% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes 
animationname-4 {  73.4375% {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
76.5625% {
opacity: 1;
}
98.4375% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
} */

@keyframes animationname-1 {
    0% {
        opacity: 1;
        transform: scale(1.2);
        transform: scale(1.2);
   }
    1.25% {
        opacity: 1;
   }
    18.75% {
        opacity: 1;
   }
    21.25% {
        opacity: 0;
        transform: scale(1);
        transform: scale(1);
   }
    100% {
        opacity: 0;
        transform: scale(1.2);
        transform: scale(1.2);
   }
    98.75% {
        opacity: 0;
        transform: scale(1.2117647059);
        transform: scale(1.2117647059);
   }
    100% {
        opacity: 1;
   }
}
@keyframes animationname-2 {
    18.75% {
        opacity: 1;
        transform: scale(1.2);
        transform: scale(1.2);
   }
    21.25% {
        opacity: 1;
   }
    38.75% {
        opacity: 1;
   }
    41.25% {
        opacity: 0;
        transform: scale(1);
        transform: scale(1);
   }
    100% {
        opacity: 0;
        transform: scale(1.2);
        transform: scale(1.2);
   }
}
@keyframes animationname-3 {
    38.75% {
        opacity: 1;
        transform: scale(1.2);
        transform: scale(1.2);
   }
    41.25% {
        opacity: 1;
   }
    58.75% {
        opacity: 1;
   }
    61.25% {
        opacity: 0;
        transform: scale(1);
        transform: scale(1);
   }
    100% {
        opacity: 0;
        transform: scale(1.2);
        transform: scale(1.2);
   }
}
@keyframes animationname-4 {
    58.75% {
        opacity: 1;
        transform: scale(1.2);
        transform: scale(1.2);
   }
    61.25% {
        opacity: 1;
   }
    78.75% {
        opacity: 1;
   }
    81.25% {
        opacity: 0;
        transform: scale(1);
        transform: scale(1);
   }
    100% {
        opacity: 0;
        transform: scale(1.2);
        transform: scale(1.2);
   }
}
@keyframes animationname-5 {
    78.75% {
        opacity: 1;
        transform: scale(1.2);
        transform: scale(1.2);
   }
    81.25% {
        opacity: 1;
   }
    98.75% {
        opacity: 1;
   }
    100% {
        opacity: 0;
        transform: scale(1);
        transform: scale(1);
   }
}

body {
    margin: 0; 
    padding: 0;
    background: #000;
    overflow: hidden; 
}

/* body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Arial', sans-serif;
  } */

.pyro > .before, .pyro > .after {
z-index: 5;
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
-moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
-webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
-o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
-ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
-moz-animation-delay: 1.25s, 1.25s, 1.25s;
-webkit-animation-delay: 1.25s, 1.25s, 1.25s;
-o-animation-delay: 1.25s, 1.25s, 1.25s;
-ms-animation-delay: 1.25s, 1.25s, 1.25s;
animation-delay: 1.25s, 1.25s, 1.25s;
-moz-animation-duration: 1.25s, 1.25s, 6.25s;
-webkit-animation-duration: 1.25s, 1.25s, 6.25s;
-o-animation-duration: 1.25s, 1.25s, 6.25s;
-ms-animation-duration: 1.25s, 1.25s, 6.25s;
animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-moz-keyframes gravity {
to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-o-keyframes gravity {
to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-ms-keyframes gravity {
to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@keyframes gravity {
to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-webkit-keyframes position {
0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-moz-keyframes position {
0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-o-keyframes position {
0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-ms-keyframes position {
0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
     }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
     }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; 
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; 
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    } 
}
