/* 01 – Linking CSS */
body {
  background-color: lightblue;
  font-family: Arial, sans-serif;
}
