@font-face {
    font-family: "new";
    src: url(../方正喵呜体.ttf);
    font-weight: 400;
    font-style: normal;
}



#choice { 
    font-family: new;
    color: #e89c69; 
    font-size: 300px;  
    text-align: center;
    margin: 25px auto 30px auto;
    width: 450px;
}

#start {   
    font-family: new;
    border: solid #b2b1b1 10px;
    color: #e89c69;
    width: 450px; 
    margin: 20px auto 20px auto;
    text-align: center;
    font-size: 100px; 
    padding: 10px;
}
