* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

#main {
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgba(241, 232, 218);
    /*美琴应援色*/
}