
body{
    width:30%;
    background-color: green;/* this is a comment */
}

main{
    background-color: pink;
}

.news-stories{
    background-color: #0000ff;
    color: #4f5c58;
}

#hn-ns2{
background-color: bisque;
}
