/* Anything in here
is
a CSS
comment */
html{
  color: #E41937
}
/*h1,h3{
  color: #5CD622;
}*/
li{
  color: #6E2A8D;
}
#welcome{
  color: #5CD622;
}
.bluecolor{
  color: #013E7F;
}
.redbackground{
  background-color: red;
}
