/* Anything in here
is a comment */
html{
  color: #f45865
}
/* h1, h3{
  color: #825b8a;
}t */

li{
  color: #00a0b0;
}
#welcome{
  color: #825b8a;
}
.bluecolor{
  color: #013e7f;
}
.redbackground{
  background-color: #b8e1e3;
}
