/*diary*/

body{
    background-image: url(/images/paper.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-position: left;
    background-repeat: repeat;
}
.blog{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5px;

    width: 700px;
    height: 90%;
    padding-left: 5px;
    padding-right: 5px;;

    overflow-y: scroll;
    scrollbar-color: black #cd517a;
    scrollbar-width: thin;
   

    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
    border:double;
    border-color:#000;
    text-align: left;
    color: #310b23;
  
}
#kuromidiv{
    display: inline-block;
    flex-direction: column;
    height: 28px;
    width: max-content;

    margin: center;
}

#blogtitle{
    text-align: center;
    text-decoration: double underline;
    font-style: normal;

}
#bpost{
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    font-style: italic;

}
#blink:link{
    color: #b30740; text-decoration: none; font-style: normal;
}
#blink:hover{
    color: #ce1ea8; text-decoration: double underline;
}
#blink:visited{
    color: #0b006d; text-decoration: none;
}

img{
    display: flex;
}