
h2 {

color:lime;
text-align: center;

}
h1 {

    color:lime;
font-family: impact;
text-align: center;

}


body {

    background-color:rgb(36, 37, 37);
  
  }
  
  p {
  
  background-color:cyan;
  
  
  }
      

.marquee {
  background-color: blue;
  color:lime;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  text-align: center;
  
}