body {
    margin: 0;
    padding: 0;
}
/* 添加自定义样式 */
.contact-section {
    padding: 50px 0;
    text-align: center;
}
.contact-section h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}
.contact-section p {
    font-size: 1.2em;
    color: #666;
}