@charset "utf-8";
/* CSS Document */

body {
  color: blue;
}

h1 {
  color: green;
}
p {
  font-family: "Times New Roman", Times, serif;
}

