#consent-link {
    color: #9d809d; /* 淡紫色 */
    text-decoration: none; /* 默认无下划线 */
    font-size: 30px;
}

#consent-link:hover {
    text-decoration: underline; /* 悬停时显示下划线 */
}
.paper .section-divider::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-size: contain;
    background-image: url(https://static.igem.wiki/teams/5858/images/template/boundary.webp);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}