body{
    background-color: gold;
}
h1{
    color: red;
    font-size: 30px;
}
p{
    color: steelblue;
    text-indent: 2em;
}