h1 {
    color: blue;
}
#subhead {
    text-align: center; /* This will center align the text inside the element with id "Properties" */
    color: green; /* This will change the text color of the element with id "Properties" to green */
}
.list {
    color: red;
}