body {
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-image: url("/static/image/neko4_n08a.webp");
    background-size: cover;
    background-attachment: fixed;
    margin: 0px;
}

#blog-title{
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    border-right: 1px solid white;
    margin:0px;
    padding: 0px 10px 2px 10px;
    font-size: 26px;
    transform: translateY(-1px);
}

#profile{
    height: 47px;
    width: 47px;
    margin: 1.5px 3px 1.5px 10px;
}

.navigation{
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px;
    color: white;
    border-right: 1px solid white;
    padding: 0px 10px 0px 10px;
    font-size: 20px;
}

.navigation:hover{
    background-color: rgb(30, 30, 30);
}

#navigation-div{
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: rgb(66,66,66);
    flex-shrink: 0
}

#container{
    width: 100%;
    flex-grow: 1;
    overflow-y: auto;
}

#background{
    background-color: rgba(255, 255, 255, 0.8);
    width: 70%;
    min-height: 100%;
    flex-grow: 1;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#content{
    width: 80%;
    flex-grow: 1;
}

.passage_information{
    display:inline-block ;
    margin-right: 20px;
}

.article-illustration{
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

#title{
    font-size: 28px;
    margin-bottom: 0px;
}

#date{
    color: gray;
    margin-bottom: 0px;
}

#article-head{
    margin-top: 10px;
}

.ql-snow.ql-container{
    border: none;
}

.ql-editor {
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
    padding-top: 20px;
    padding-bottom: 45px;
}

a{
    text-decoration: none;
    color: black;
}

a:active{
    text-decoration: none;
}