.content {
  width: 300px;
  font-size: 25px;
  line-height: 40px;
  font-family: 'Muli';
  color: white;
  height: 40px;
  position: relative;
  left: 62%;
  margin-top: -15px;
  margin-left: -118px;
}
.content:before {
  content: '[';
  position: absolute;
  left: -30px;
  line-height: 36px;
}
.content:after {
  content: ']';
  position: absolute;
  right: -30px;
  line-height: 36px;
}
.content:after,
.content:before {
  color: #da6600;
  font-size: 30px;
  animation: 2s linear 0s normal none infinite opacity;
  -webkit-animation: 2s ease-out 0s normal none infinite opacity;
  -moz-animation: 2s ease-out 0s normal none infinite opacity;
  -o-animation: 2s ease-out 0s normal none infinite opacity;
}
.visible {
  float: left;
  font-weight: 600;
  overflow: hidden;
  height: 40px;
}
p {
  display: inline;
  float: left;
  margin: 0;
}
ol {
  margin-top: 0;
  padding-left: 110px;
  text-align: left;
  list-style: none;
  animation: 6s linear 0s normal none infinite change;
  -webkit-animation: 6s linear 0s normal none infinite change;
  -moz-animation: 6s linear 0s normal none infinite change;
  -o-animation: 6s linear 0s normal none infinite change;
}
ol li {
  line-height: 40px;
  margin: 0;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes change {
  0% {
    margin-top: 0;
  }
  15% {
    margin-top: 0;
  }
  25% {
    margin-top: -40px;
  }
  40% {
    margin-top: -40px;
  }
  50% {
    margin-top: -80px;
  }
  65% {
    margin-top: -80px;
  }
  75% {
    margin-top: -40px;
  }
  85% {
    margin-top: -40px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes change {
    0% {
        margin-top: 0;
      }
      10% {
        margin-top: 0;
      }
      15% {
        margin-top: -40px;
      }
      15% {
        margin-top: -40px;
      }
      25% {
        margin-top: -80px;
      }
      25% {
        margin-top: -80px;
      }
      35% {
        margin-top: -120px;
      }
      35% {
        margin-top: -120px;
      }
  
      45% {
          margin-top: -160px;
        }
      45% {
          margin-top: -160px;
        }
      55%{
          margin-top: -200px;
        }
      55%{
          margin-top: -200px;
        }
      65%{
          margin-top: -160px;
        }
      65%{
          margin-top: -160px;
        }
      75% {
        margin-top: -120px;
      }
      75% {
        margin-top: -120px;
      }
      85% {
          margin-top: -80px;
        }
      85% {
          margin-top: -80px;
        }
      95% {
          margin-top: -40px;
          }
      95% {
        margin-top: -40px;
          }
      100% {
        margin-top: 0;
      }
}