body{
background: linear-gradient(to right, lightgreen, yellow);
color: darkgreen;
border-style: solid;
}

h1{color: blue;}
h2{color: coral;}

p{font-size: 18px;}