#about {
    background: url("https://donate.who.cx/wp-content/uploads/2024/09/jiangshui_compressed.png");
    background-repeat: no-repeat;
    background-size: cover; /* 确保背景图覆盖整个区域 */
    background-position: center; /* 中间部分显示 */
    margin-top: 10px !important;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: var(--bs-border-radius-lg);
}

#about img {
    margin-top: 15px;
}

#about h1 a {
    color: #e4e4e4 !important;
}

.modal-header {
    height: 50px;
}

@media screen and (max-width: 990px) {
    .modal-content {
        transform: scale(0.8);
        margin-top: -50px;
    }
}