.logo {left:200px;position: fixed;
  text-align: center;
 
  height: 250px;
  margin: auto;
  position: absolute;
  top:50%;
  user-select: none;
    margin-top: -230px;
}





.logo b{
 font-family: 'alternategotno1dregular';
  color: #D22027;
  font-size: 90px;
}

.logo b span{
  animation: blink linear infinite 2s;color:#AD2F35
}
.logo b span:nth-of-type(2){
  animation: blink linear infinite 1s;color:#08748E
}

.logo b span:nth-of-type(5){
  animation: blink linear infinite 1s;color:#6F3F21
}

.logo b span:nth-of-type(4){
  animation: blink linear infinite 0.9s;color:#D98511
}


.logo b span:nth-of-type(1){
  animation: blink linear infinite 0.8s;color:#83B799
}
@keyframes blink {
        38% {
   color: #6F3F21;
  }
    
    58% {
   color: #6F3F21;
  }
    

    
    
    78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #08748E;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #08748E;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #08748E;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.logo {position: fixed; font-size:40px;position: fixed;z-index: 999;left:100px;text-shadow: 5px 5px 50px #D22027 ;}
























