
body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}


.container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


h1 {
    font-size: 2em;
    font-weight: 700;
    color: #333333;
    border-bottom: 2px solid #0073e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


h2 {
    font-size: 1.5em;
    font-weight: 600;
    color: #0073e6;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}


p {
    font-size: 1em;
    margin: 10px 0;
}

ul {
    margin: 10px 0 20px 20px;
}

ul li {
    list-style-type: disc;
    margin: 5px 0;
}


a {
    color: #0073e6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.contact-info {
    margin-top: 20px;
    font-size: 0.95em;
    color: #555555;
}

.contact-info strong {
    display: block;
    margin-top: 10px;
    color: #333333;
}


@media (max-width: 600px) {
    .container {
        padding: 20px;
    }
    
    h1 {
        font-size: 1.8em;
    }
    
    h2 {
        font-size: 1.3em;
    }
    
    p {
        font-size: 0.95em;
    }
}
