body{
    background-color: wheat;

}

h1{
    color: blue;
}

h2{
    color: red;

}

h3{
    color: orange;
}