@charset "UTF-8";

body {
    background-color: hsl(192, 26%, 96%);
}

h1 {
    color: #0bd;
    font-family: serif;
    background-color: black;
}
p {
    font-size: 15px;
    font-family: "遊ゴシック体", "Yu Gothic", YuGothic sans-serif;
    text-align: justify;
   }