.preload {
  opacity: 0;
}

.animation-wrapper {
  height: 90vmin;
  width: 90vmin;
  -webkit-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -ms-transform-origin:0 0;
  transform-origin:0 0;
  border-radius: 999px;
  overflow: hidden;
  background-color: #3F4953;
  position: fixed;
  }

.space-chicken {width: 50%; }

.earth-group { width: 40%; }
  .earth { width: 100%;}
  .cloud { width: 40%; }
  .heart-message { width: 30%; }

.speech-bubble-group {
  position: relative;
  width: 60%;
}

.speech-bubble-group:before {
    content: "";
    display: block;
    padding-top: ;
}

.message{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    padding: 0% 8% 8% 8%;
    font-family: Open Sans, sans-serif;
    font-size: 4vmin;
}
.message div {
   display: table;
   width: 100%;
   height: 100%;
}
.message span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

.bubble-big{ width: 100%; }


.rocket{ width: 20%; }
.background-line_01{ width: 100%; }
.background-line_02{ width: 100%; }
.stars{ width: 100%; }
