.sectionTitle{
    padding:8px 16px;;
    z-index:2;
    text-align: center;
    background-color: #FFF6F4;
    min-width:180px;
    transform:rotate(-3deg);
    position:absolute;
    top:190px;
    left:350px;
    box-shadow: 0 5px 5px hsla(322, 87%, 12%, 0.13);
}

.mainContent{
    background-image:url(media/diaryBackground.gif);
    background-size:50px !important; 
    background-repeat:repeat;
    overflow-y: scroll;
}

.diaryContainer{
    padding:48px 64px;
    display:flex;
    height:fit-content;
   filter: drop-shadow(0 8px 2px rgba(59, 0, 20, 0.10));
}

.diaryPage{
    background-color: #fffaf9;
    padding:24px;
    background-image:url(media/diaryPageBG.png);
    background-repeat:repeat;
    background-size:42px;
}

.collage{
    height:320px;
}
.diaryDate{
    display:inline;
    font-size:16px;
    transform:rotate(5deg);
}

.diaryContainer h1{
    font-family: "Caveat", cursive;
    font-size: 40px;
    margin: 0 0  24px 0;
}
#pageBorder{
    background-image: url(media/diaryPageBorder.png);
    background-size:contain;
    background-repeat:repeat-y;
    width:150px;
}

.diaryHeader{
    display:flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}
