﻿
/*body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.container {
    max-width: 1000px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}*/

h1 {
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.updated-date {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

h2 {
    color: #2c3e50;
    margin-top: 30px;
}

p {
    margin: 10px 0;
}

ul {
    margin: 10px 0 10px 20px;
}

li {
    margin-bottom: 6px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.contact-box {
    background-color: #f1f6fb;
    padding: 20px;
    border-left: 4px solid #0066cc;
    margin-top: 20px;
    border-radius: 4px;
}

footer {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #777;
}

/*@media (max-width: 600px) {
    .container {
        padding: 20px;
    }
}*/

