/* styles.css */

body {
    font-family: Noto sans JP, sans-serif;
    max-width: 400px;
    margin: 0 auto;
}

img {
    width: 100%;
}
h1 {
    font-size: 40px;
}
p {
    line-height: 1.8;
}