@charset "utf-8";
/* CSS Document */
body
{
  background-color:#113010;
 
}

h1
{
font-size:xx-large;
color:red;

}
h2
{
font-size:x-large;
color:blue;

}

h3
{
font-size:medium;
color:green;

}
