/* 标题背景图 */
.bg-hero {
    background-color: #FEF8D9;
    background-image: url('https://static.igem.wiki/teams/4632/wiki/wiki/cover/award-cover.png');
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 100%;
}

/* 手机：内容居中 */
@media (max-width:830px) {
    .page-all-content {
        width: 90%;
        left: 4%
    }
    /* 背景图手机位置 */
    .bg-hero {
        background-size: 60% auto;
        background-position: 130% 90%;
        height: 18rem;
    }
}

.page p {
    font-size: 1.2em;
    font-family: Arial Black;
}

.page hr {
    border: 2px solid;
}

.page h2 {
    font-family: Arial Black;
} 
.bronze {
    color: #8f7233;
}
.silver {
    color: #7c7c7c;
}
.gold {
    color: #b7c40d;
}
