body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#animejs-v4-logo {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 640px;
  height: 360px;
  /* box-shadow: 0 0 0 1px rgba(255,255,255,.1); */
}
#logo {
  position: relative;
  overflow: visible;
  top: -15%;
  width: 72%;
  height: auto;
}
#logo * {
  transform-box: fill-box;
}
#animejs-v4-logo svg#effects {
  display: none;
}
#sub-text {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  left: 0;
  right: 0;
  font-family: PPSupplyMono-Regular;
  font-size: 18px;
  color: #FFF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 26px;
  white-space: pre;
}

#sub-text span {
  opacity: 0;
  display: inline-block;
}
#four {
  filter: url('#blur');
}