
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9fafb;
    color: #222;
    padding: 40px;
    max-width: 800px;
    margin: auto;
}


header {
    text-align: center;
    margin-bottom: 40px;
}

h1 {
    font-size: 2.2em;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

h3 {
    color: #444;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    font-weight: 600;
}

    /* Links */
a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: disc;
    margin: 10px 0 20px 25px;
}

ul ul {
    list-style-type: circle;
    margin-top: 5px;
}

header p {
    font-size: 0.95em;
    color: #333;
}

header p a {
    color: #0077cc;
}

section {
    margin-bottom: 30px;
}

body {
    background: #eff3f200;
}
