body {
    font-family: "MS UI Gothic", sans-serif;
    padding: 20px;
    line-height: 1.6;
}
h1 {
    font-size: 28px;
    margin-bottom: 20px;
}
p {
    margin-bottom: 10px;
}
a {
    display: block;
    margin: 8px 0;
    color: #0000cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
