
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}

h1, h2 {
    color: #1a73e8;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.4em;
    margin-top: 25px;
}

.quote {
    font-style: italic;
    color: #5f6368;
    border-left: 3px solid #1a73e8;
    padding-left: 15px;
    margin: 15px 0;
}

.section {
    margin: 30px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #f9f9f9;
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #1a73e8;
    color: white;
}

.action-btn {
    display: inline-block;
    background-color: #1a73e8;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    margin: 20px 0;
    font-weight: 500;
    transition: background-color 0.3s;
}

.action-btn:hover {
    background-color: #1557b0;
}
