body {
  font-family: Monospace;
  background-color:black;
  color: #660000;
}


.Container_1{
  
  display: inline-block;
  text-align: center;
  
}
a{
      margin-top:10%;
      padding:1%;
      display: inline-block;
    
 }

a img{
    max-width: 10%;
    max-height: 10%;
}


.banner_container {
  overflow: hidden;
  white-space: nowrap;
  color: #660000;
  padding: 0px 0;
}

.scrolling_text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  font-size: 15px;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
  
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

#Live_music_Heading{
  text-align: center;
  font-family: Times New Roman;
  
}