* {
  padding: 0;
  margin: 0;
}

body {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(bg2.jpg);
  background-size: 100%;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media screen and (max-width: 1000px) {
  body {
    background-size: auto 110vh;
    background-position: center;
  }
}

.logo {
  position: absolute;
  height: 300px;
  width: 500px;
  left: 50%;
  top: calc(50% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: appear-1;
          animation: appear-1;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

@media screen and (max-width: 1000px) {
  .logo {
    width: 100%;
  }
}

.logo svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .logo svg {
    width: 200px;
  }
}

.logo p {
  position: absolute;
  bottom: 0;
  color: white;
  font-family: roboto;
  font-size: 18px;
  text-align: center;
  width: 100%;
  -webkit-animation: appear-1;
          animation: appear-1;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

@media screen and (max-width: 1000px) {
  .logo p {
    font-size: 14px;
  }
}

.UC {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #777;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shape-3 {
  -webkit-animation: appear-1;
          animation: appear-1;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.shape-4 {
  -webkit-animation: appear-1;
          animation: appear-1;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.shape-5 {
  -webkit-animation: appear-1;
          animation: appear-1;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}

.shape-6 {
  -webkit-animation: appear-1;
          animation: appear-1;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
}

@-webkit-keyframes appear-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=tars.css.map */