/* Basic valid CSS */

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

h1 {
  color: #333;
}

p {
  color: #555;
}