@charset "utf-8";

body {
  background-color: powderblue;
}

h1 {
}

p {
}

a:link {color: blue}
a:visited {color: blue}
