/* This is a single-line comment */

body {
background-color: green;
}

h1 {
color: blue;
}

p {
color: red;
}
