/*控制三个页面的基础样式*/
#home {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}