@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap);
.wordCarousel {
  font-size: 36px;
  font-weight: 100;
  color: #939393;
}

div.tagline {
  overflow: hidden;
  position: relative;
  float: right;
  height: 65px;
  padding-top: 10px;
  margin-top: -10px;
}

li {
  font-family: Lato;
  color: #ccc;
  font-weight: 700;
  padding: 0 10px;
  height: 45px;
  margin-bottom: 45px;
  display: block;
  text-align: center;
  list-style-position: inside;
}

.flip {
  -webkit-animation: flip 30s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
          animation: flip 30s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@-webkit-keyframes flip {
  0% {
    margin-top: -630px;
  }
  5% {
    margin-top: -540px;
  }
  10% {
    margin-top: -540px;
  }
  15% {
    margin-top: -450px;
  }
  25% {
    margin-top: -450px;
  }
  30% {
    margin-top: -360px;
  }
  40% {
    margin-top: -360px;
  }
  45% {
    margin-top: -270px;
  }
  55% {
    margin-top: -270px;
  }
  60% {
    margin-top: -180px;
  }
  70% {
    margin-top: -180px;
  }
  75% {
    margin-top: -90px;
  }
  85% {
    margin-top: -90px;
  }
  90% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -630px;
  }
}

@keyframes flip {
  0% {
    margin-top: -630px;
  }
  5% {
    margin-top: -540px;
  }
  10% {
    margin-top: -540px;
  }
  15% {
    margin-top: -450px;
  }
  25% {
    margin-top: -450px;
  }
  30% {
    margin-top: -360px;
  }
  40% {
    margin-top: -360px;
  }
  45% {
    margin-top: -270px;
  }
  55% {
    margin-top: -270px;
  }
  60% {
    margin-top: -180px;
  }
  70% {
    margin-top: -180px;
  }
  75% {
    margin-top: -90px;
  }
  85% {
    margin-top: -90px;
  }
  90% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -630px;
  }
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  font-family: "Lato";
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #333;
}

.dot {
  font-size: 80px;
  margin-top: -50px;
  color: #50a3c7;
}

.logo {
  margin-top: -28px;
}
