@-webkit-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes slide-left {
  from {
    left: -45vw; }
  to {
    left: 0px; } }
@-webkit-keyframes spin-twice {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(720deg); } }
@-webkit-keyframes spin-once {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes scale-bigger {
  from {
    -webkit-transform: scale(1); }
  to {
    -webkit-transform: scale(2); } }
@-webkit-keyframes scale-smaller {
  from {
    -webkit-transform: scale(1); }
  to {
    -webkit-transform: scale(0.3); } }
html, body {
  margin: 0;
  padding: 0;
  background: #000000; }

.intro .slide-left {
  border: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  height: 150px;
  width: 150px;
  top: 35vh;
  left: 45vw;
  opacity: 1; }
  .intro .slide-left .element {
    border: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    height: 150px;
    width: 150px;
    animation-name: appear;
    animation-duration: 10s;
    fill: #00ff00; }
  .intro .slide-left img {
    border: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    height: 150px;
    width: 150px;
    animation-name: spin-twice, slide-left;
    animation-duration: 1.5s; }
.intro #input1 {
  background-color: black;
  border: none;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 0px 5px 0px 5px;
  position: absolute;
  top: 58vh;
  left: 41vw;
  text-align: center;
  height: 20px;
  width: 250px;
  resize: none;
  font-size: 14px;
  color: black; }
.intro #input1:hover {
  cursor: default; }
.intro #input1:focus {
  outline: none; }
.intro #input2 {
  background-color: black;
  border: none;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 0px 5px 0px 5px;
  position: absolute;
  top: 62vh;
  left: 41vw;
  text-align: center;
  height: 20px;
  width: 250px;
  resize: none;
  font-size: 14px;
  color: black; }
.intro #input2:hover {
  cursor: default; }
.intro #input2:focus {
  outline: none; }
.intro .small-logo:hover {
  -webkit-box-shadow: 0px 0px 0px yellow;
  box-shadow: 0px 0px 0px yellow;
  transition: 0s; }
.intro .small-logo {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 100%; }
  .intro .small-logo .small-circle-1 {
    border: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0px;
    animation-name: appear;
    animation-duration: 10s;
    fill: #00ff00; }
  .intro .small-logo img {
    border: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 50px;
    width: 50px; }

#rabbit-1 {
  top: 10vh;
  left: 2vw; }

#rabbit-2 {
  top: 80vh;
  left: 5vw; }

#rabbit-3 {
  top: 40vh;
  left: 10vw; }

#rabbit-4 {
  top: 60vh;
  left: 15vw; }

#rabbit-5 {
  top: 24vh;
  left: 20vw; }

#rabbit-6 {
  top: 90vh;
  left: 30vw; }

#rabbit-7 {
  top: 73vh;
  left: 40vw; }

#rabbit-8 {
  top: 5vh;
  left: 50vw; }

#rabbit-9 {
  top: 18vh;
  left: 55vw; }

#rabbit-10 {
  top: 77vh;
  left: 60vw; }

#rabbit-11 {
  top: 35vh;
  left: 70vw; }

#rabbit-12 {
  top: 70vh;
  left: 75vw; }

#rabbit-13 {
  top: 17vh;
  left: 80vw; }

#rabbit-14 {
  top: 20vh;
  left: 85vw; }

#rabbit-15 {
  top: 85vh;
  left: 90vw; }

.spin-rabbit-right {
  animation-name: spin-once;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: normal; }

.spin-rabbit-left {
  animation-name: spin-once;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: reverse; }

.scale-rabbit-bigger {
  animation-name: scale-bigger;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: normal; }

.scale-rabbit-smaller {
  animation-name: scale-smaller;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: normal; }

/*# sourceMappingURL=index.css.map */
