/* Add your CSS styles here! */
/* Practice different selectors:
   - Element selectors: h1, p, button
   - Class selectors: .verse, .chorus, .emphasis
   - ID selectors: #special-item
   - Descendant selectors: header p, .practice-area button
*/
body{background-color: darkkhaki;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-display:fallback
style="background-color:#ff6347;"

}
h1{text-align: center;
stroke: width 20px; 
color: aqua;
font-style: ;

}
.chorus{
  color: antiquewhite;
  background-color: darkcyan;
  border-color: deeppink;
  border-width: thick;
}

}
.color-red {
  color: red;
}

.color-blue {
  color: blue;
}

.color-green {   
  color: green;
}