body {
  background: black;
}
p {
  color: rgb(211,80,255);
  font-size:20px;
  text-align: center;
    
}
h1 {
  color:rgb(0,255,255);
  font-weight: bold;
  text-align: center
}

h2 { 
    color:rgb(255,255,128);
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    
    
} 

h3 { color: greenyellow;
     font-weight: bold;
  text-align: center;
  font-size:25px;
} 
li { color:rgb(255,0,255);
     font-size: 18px;
     text-align:center;
   list-style-position: inside;
       
} 
h6 { 
  color:red;
   background-color: aquamarine;
} 
a { color:rgb(0,255,255);
  font-size: 20px;
}
img { border-style:groove;
      border-width: thick;
      width:250px;
     margin-left: 250px
     
      
} 

.Composers{ 
  color:rgb(0,255,0);
}

.Composers2 {
 color: rgb(0,255,0);
  
}
.Facts { 
  color: rgb(255,180,255);
  
 

