
  body {
  background-image: url('https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExd2VqbWEwdHp3NW1zdnhnNmxidHgzdXI1ejNtazZxN2dtcGhvbWdhOCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/QfNfgE0VL0bkI/giphy.gif');
  background-size: cover; /* Ensures it covers the screen */
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  font-family: "Major Mono Display", monospace;
  font-style: normal;
  display: flex;
  justify-content: center;
}

h2{
  color:#6a040f;
  font-size:40px;
  
}

h3{
   text-decoration: underline;
    text-decoration: underline dotted #6a040f 2px;
    text-underline-offset:7px;
    font-size: 25px;
    font-weight:950;
}
.Shows{
  text-align: center;
  
  margin:0 15%;
  font: major-mono-display-regular;
  font-size: 17px;
  font-weight:900;
  
  height: auto;
  width: auto;
  background-color: rgba(0, 0, 0, 0.9);;
  padding-bottom:5%;
  padding:5%;
  
  max-width: 70%;
  line-height: 200%;
  
}

.setlist-box{
  margin:0 10%;
}
.HW{
  padding-top: 5%;
  color: #800016;
}

.MCR{
  padding-top: 5%;
  color: #660708;
  
}

.TOP{
   padding-top: 5%;
   color:  #800016;
}
