#homeTopTitle {
    margin-bottom: 1em;
}

.main-header-content.inner {
    width: fit-content;
}
#hitokoto {
    background-color: rgba(255,255,255,0.7);
    border-radius: 0.2em;
    padding: 0.5em;
    padding-left: 0.5em;
}
#hitokotoAuthor {
    display: none !important;
}

#mainContent .forFlow {
    padding: 3em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.day {
    border-radius: 1em;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    /* overflow: visible; */
    padding: 2em;
    background-color: white;
}

.day::after {
    content: none;
}

#home {
    box-shadow: none !important;
    background: none;
    background-color: unset !important;
}

body {
    background: url("https://z3.ax1x.com/2021/07/23/Wy1eMT.jpg") no-repeat fixed;
    background-size: cover;
}

footer-background {
    display: none;
}

.forFlow {
    margin-top: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    border-radius: 1em;
    padding: 1em;
}

/*鼠标样式动画*/
body{
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
    cursor: url(https://files.cnblogs.com/files/monster-jian/cursor.ico), auto;
}
