body {
    background-color: #fffaf0;
    color: #333;
    font-family: "맑은 고딕", sans-serif;
}

h1 {
    color: #b22222;
    font-size: 40px;
}

h2 {
    color: #8b0000;
}

p {
    color: #444;
}

ul {
    list-style-type: none;
}
