@import url("https://fonts.googleapis.com/css?family=Montserrat:800,900");
* {
  box-sizing: border-box;
}

html, body {
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

section.canvas {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(#EF3A38, #000000);
  z-index: -99;
}

.ball {
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  overflow: visible;
  white-space: nowrap;
}

ul.word {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
ul.word li {
  font-weight: 700;
  font-size: 100px;
  color: white;
  margin-right: 0.7vw;
  margin-left: -0.5vw;
}
@media (min-width: 800px) {
  ul.word li {
    font-size: 20vw;
  }
}
ul.word li:nth-child(even) {
  z-index: -98;
}
ul.word li:nth-child(odd) {
  z-index: 99;
}
ul.word li:nth-child(even) {
  z-index: -98;
}
ul.word li:nth-child(odd) {
  z-index: 99;
}
ul.word li:nth-child(even) {
  z-index: -98;
}
ul.word li:nth-child(odd) {
  z-index: 99;
}
ul.word li:nth-child(even) {
  z-index: -98;
}
ul.word li:nth-child(odd) {
  z-index: 99;
}