h1 {
    color: #8B0000;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-size: 2.2em;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
    border-bottom: 2px solid #e0b4b4;
    padding-bottom: 0.2em;
}

body {
    color: #222;
    background: #f8f9fa;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-size: 15pt;
    padding: 2.5em 1.5em;
    max-width: 750px;
    margin: 2em auto;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

li, p {
    margin-top: 1.2em;
    text-align: left;
    line-height: 1.7;
}

ul, ol {
    padding-left: 2em;
    margin-top: 1em;
}

a {
    color: #b30059;
    text-decoration: none;
    border-bottom: 1px dotted #b30059;
    transition: color 0.2s, border-bottom 0.2s;
}

a:hover, a:focus {
    color: #fff;
    background: #b30059;
    border-radius: 3px;
    border-bottom: none;
    padding: 0.1em 0.3em;
    outline: none;
}
