*{
    margin: 0px;
    padding: 0px; 
    font-size: 24px;
}

p {
    text-align: center;
}

a{
    text-decoration: none;
}

html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
body{
    width: 100%;
    height: 100%;
}

.contain {
    /* 相对 eng/css/ → eng/images/ */
    background:url('../images/bg2.png?v=20260720') no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.contain-prophecy {
    background:url('../images/bg.png?v=20260720') #768d37 no-repeat top;
    background-size: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.download, .prophecy, .feedback{
    width: 100%;
    display: flex;
    justify-content: center;
}
/*.prophecy, .feedback{*/
/*    padding: 50px 50px 100px;*/
/*}*/
