 body {

    background-color:black;
 
}
@keyframes bitch {
    0% {filter: blur(8px); opacity:0.2;}
    100% {filter: blur(1px); opacity:0.8;}
}
#top {
    border:1px solid white;
}
#top h1 {
    opacity:0.8;
    filter: blur(1px);
    animation-name:bitch;
    animation-duration:5s;
    color:black;
    text-shadow: 0 0 2px white, 0 0 4px pink;
    font-size:2.2em;
    text-align:center;
}
#app {
    width:400px;
    height:40%;
  
}
#app h3 {
    display:inline;
    margin-left:10px;
    color:white;
    text-shadow: 0 0 2px pink, 0 0 4px  white;
}
#ticker {
    
}
#mid {
    border:1px solid hotpink;
    
}
#mid h1 {
    color:black;
    text-shadow: 0 0 2px hotpink, 0 0 4px white;
}
#bot {
    border:1px solid pink;
}
#bot h1 {
    color:black;
    text-shadow: 0px 0px 2px pink, 0px 0px 4px white;
}
footer {
  margin-top:99%;
    display: flex;
  justify-content: center; 
  align-items: center;
  border-bottom:2px solid hotpink;
}
footer p {
    color:hotpink;
    font-weight:bold;
    

}
