body {
    background-image: url("/diarybg.webp");
    background-repeat: repeat;
}

.blog p {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.5;
}

.blog img {
    max-width: 100%;
    display: block;
    margin: auto;
}

#sidenav .button {
   background-color: #FAD3DF;
}