/* This is a CSS comment */

body {
  background-color: #f0f0f0;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
}

h1 {
  color: #333333;
  text-align: center;
}

p {
  color: blue;
  font-size: 16px;
  line-height: 1.5;
}
