/* styles.css */

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

h1 {
  color: #0066cc;
  text-align: center;
}

p {
  font-size: 1.2em;
}

ul {
  list-style-type: square;
}
