body{
    /*background: url("/static/assets/images/just_her.jpg") no-repeat center center fixed;*/
    background: url("//d2.cx4.cn/image-server/image.php") no-repeat center center fixed;
    background-size: cover;
}
#main {
    height: 100vh;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#header {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}
#title {
    font-size: 4.35em;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1em;
}
#saying {
    font-size: 1.25em;
    margin: 0.75em 0 0.25em 0;
    opacity: 0.75;
}
#footer {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
    #saying {
        height: 90px;
        padding: 20px;
        word-wrap: break-word;
    }
    #footer {
        flex: 0.6;
        margin-bottom: 40px;
    }
}
a {
    transition: border-color 0.2s ease-in-out;
    color: inherit;
    outline: 0;
    text-decoration: none;
}