@keyframes endani {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  15%{
      transform: scale(1, 1);       
  }
  15.4%{      
     transform: scale(1, 0.02);       
     border-radius: 0%;     
  }
  15.8%{      
      transform: scale(0.01, 0.02);       
      border-radius: 100%;      
  }
  19.6%{
      transform: scale(0.001, 0.002);     
      filter: brightness(100%);
  }  
}

#endBackground{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 900;
    background: radial-gradient(ellipse at center, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
}

#endAniType{
    animation: blink-caret .5s step-end infinite;
    border-right: .15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
}

#endScreenWhole{
    background: radial-gradient(ellipse at center, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    width: 100%;
    height: 100%;
    cursor: none;
    pointer-events: none;
}

scrolltext{
    display:none;
    clear: both;
}