/* Minimalist Design inspired by Berkshire Hathaway */
body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    margin: 20px auto;
    max-width: 900px;
    padding: 20px;
    line-height: 1.4;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

p {
    margin-bottom: 15px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 8px;
}

a {
    color: #0000EE;
    text-decoration: underline;
}

a:visited {
    color: #551A8B;
}

.header-info {
    margin-bottom: 30px;
    font-size: 1.1em;
}

.note {
    font-size: 0.9em;
    color: #444;
    font-style: italic;
}

footer {
    margin-top: 50px;
    border-top: 1px solid #000000;
    padding-top: 10px;
    font-size: 0.9em;
    text-align: center;
}
