/* このファイルが読み込まれると、HTMLの見た目が変わる */
body {
  font-family: sans-serif;
}

h1 {
  color: blue;
}

p {
  color: #333;
  line-height: 1.6;
}