/* This changes the color */
h1 {color:red;}
h2 {color:pink;}
body {color:orange;}
p {color:white;}
/* This changes the font */
p {
  font-family: Arial;
}    
/* This is my design */
 body {
  background-color:blue
    ;
}
.alert {
  background-color: pink;
}
.alert {
  color: black;
}