/* 您可以在這裡添加您的網站 CSS 樣式，確保頁面風格一致 */

.main-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.6;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.main-content h1, h2 {
    color: brown;
    font-weight: bold;
    font-size: 1.4rem;
}

.main-content .paragraph {
    margin-bottom: 1em;
}


.main-content .contact-section {
    margin-bottom: 1em;
}

.main-content .img-box {
    display: flex;
    justify-content: center;
}


.main-content .img-self {
    width: 100%;
}
