
    body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        margin: 20px;
    }
    h1 {
        color: #1a73e8;
        font-size: 2.5em;
        margin-bottom: 0.5em;
    }
    h2 {
        color: #1a73e8;
        font-size: 2em;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
    }
    h3 {
        color: #333;
        font-size: 1.5em;
        margin-top: 1em;
        margin-bottom: 0.3em;
    }
    p {
        margin-bottom: 1em;
    }
    .highlight {
        color: #e91e63;
        font-weight: bold;
    }
    .checklist li {
        margin-bottom: 0.5em;
    }
    .image-left {
        float: left;
        margin-right: 15px;
        width: 200px;
        height: auto;
    }
    .image-right {
        float: right;
        margin-left: 15px;
        width: 200px;
        height: auto;
    }
    .button {
        display: inline-block;
        background-color: #25D366;
        color: #fff;
        padding: 12px 20px;
        text-decoration: none;
        border-radius: 5px;
        margin-top: 10px;
    }
    .faq dt {
        font-weight: bold;
        margin-top: 1em;
    }
    .faq dd {
        margin-left: 1em;
        margin-bottom: 1em;
    }
    .clearfix::after {
        content: "";
        display: table;
        clear: both;
    }
