body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; max-width: 850px; margin: 40px auto; padding: 20px; color: #222; }
h1, h2 { border-bottom: 3px solid #007BFF; padding-bottom: 10px; color: #007BFF; padding-left: .5rem;}
h3 { margin-top: 25px; color: #444; }
.box { background: #f8f9fa; padding: 1rem; border-radius: 8px; border: 1px solid #e9ecef; margin-bottom: 1.5rem; }
hr { border: 0; height: 1px; background: #eee; margin: 40px 0; }
p { margin-top: 0rem; }

ol {
    counter-reset: item;
    padding-left: 0.5rem;
    list-style-type: decimal;
    list-style-position: outside;
}

li {
    display: block;
    margin-left: 0rem;
}

li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

.my-h3 {
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    color: #444;
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: none;
    padding-left: 0rem;
}

.paragraph {
    padding-left: 1.75em;
    text-indent: -1.75em;
    line-height: normal;
    margin-bottom: .3rem;
}

.pparagraph {
    padding-left: 1.5rem;
    line-height: normal;
    margin-bottom: .3rem;
    font-size: 1rem;
    font-weight: normal;

}

.logo-headline {
    position: fixed;
    top: .5rem;
    background-color: white;
    padding: .5rem;
    padding-left: .2rem;
    border-radius: 1rem;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.headline-link {
    text-decoration: none;
    align-items: bottom;
    display: flex;
}

.headline-img {
    height: 2.5rem;
    width: 2.5rem;
    margin-left: 0.5rem;
}

.headline-text {
    font-weight: 700;
    font-size: 1.5rem;
    color: #007BFF;
    text-decoration: none;
    margin-left: 0.5rem;
}

.highlight {
    background-color: #e7f3ff;
    padding: 15px;
    border-left: 5px solid #2196f3;
    margin: 20px 0;
}
.warning {
    background-color: #fff3cd;
    padding: 15px;
    border-left: 5px solid #ffc107;
    margin: 20px 0;
}
footer {
    margin-top: 50px;
    font-size: 0.8rem;
    color: #777;
    text-align: center;
}