html {
    cursor: url("images/cursor.png"), auto;
 }


a {
	color: rgba(213, 141, 170, 0.81);
    font-size: 20px;
    font-weight: bold;
}

a:hover {
    cursor: url("images/cursor.png"), auto;
    opacity: 0.5;
}

a:active {
    opacity: 0.3;
}

  body {
            background-image: url(images/gridpatternp.png);
	        font-family: 'MS PGothic', sans-serif;
            margin: 0;
            padding: 0;
            background-color: white;
            
        }

.main-container {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 40px auto;
                                
   border-width: 15px;
 border-style: solid;
 border-image: url("https://files.catbox.moe/fmru60.gif") 7 fill round;
}

.header {
    position: relative;
    overflow: hidden;
    height: 200px;
    background-image: url(images/lacebg.png);
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    border: 2px ridge rgba(255, 173, 211, 0.479);
    margin: auto;
    
}


 
.header-miku {
    position: absolute;
width: 770px;
left: 240px;
top: -80px;
transform: rotate(5deg);

}

.title {
    position: absolute;
 font-size: 80px;
 font-family: "sant joan despi";
 color: rgb(253, 237, 244);
 -webkit-text-stroke-color:rgb(213, 141, 170);
 -webkit-text-stroke-width: 1px;
 top: 10px;
 left: 10px;
	   animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.subtitle {
    position: absolute;
 font-size: 35px;
 font-family: "loverine";
 top: 115px;
 left: 15px;
 color: rgb(213, 141, 170);
}

.scroll-div, .left-one, .middle-one, .right-one {
        border-left-width: 2px;
    border-left-style: ridge;
    border-left-color: rgba(255, 173, 211, 0.479);
    border-right-width: 2px;
    border-right-style: ridge;
    border-right-color: rgba(255, 173, 211, 0.479);
    border-bottom-width: 2px;
    border-bottom-style: ridge;
    border-bottom-color: rgba(255, 173, 211, 0.479);
}



.scroll-text {
    color: rgb(213, 141, 170);
    font-weight: bold;
}

.row-one {
    width: 100.4%;
    height: 600px;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.left-one {
    width: 20%;
    height: 100%;
    padding-left: 10px;
    background-image: url(images/lacebg.png);
    overflow-y: scroll;
    scrollbar-width: none;
}

.navi, .out {
    font-family: "sant joan despi";
    font-size: 31px;
    color: rgb(213, 141, 170);
    margin: 0;
    margin-top: 15px;
    margin-bottom: -5px;
    opacity: 0.8;
}

p {
    color: rgb(213, 141, 170);
    font-size: 19px;
}

.nav-link {
    padding-top: 20px;
}

.date-link {
    font-size: 17px;
}

.middle-one {
     width: 80%;
    height: 100%;
    background-image: url(images/rightbg.png);
    opacity: 1;
    display: flex;

}

.text-box {
    width: 93%;
    height: 96%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(255, 255, 255, 0.497);
    border: 2px ridge rgba(255, 173, 211, 0.479);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none;

}

.date, .feeling, .song {
    font-size: 21px;
}

.entry {
    padding-bottom: 35px;
    border-bottom: 2px ridge rgba(255, 173, 211, 0.479);
}

.middle-one, .right-one {
    margin-left: 10px;
}




mark {
    color: rgb(213, 141, 170);
    background-color: rgba(255, 231, 241, 0.581);
    font-weight: bold;
}


ul {
    color: rgb(213, 141, 170);
}

li {
    padding-bottom: 8px;
    font-size: 17px;
    margin-right: 10px;
}



.footer {
    width: 100%;
    border-left-width: 2px;
    border-left-style: ridge;
    border-left-color: rgba(255, 173, 211, 0.479);
    border-right-width: 2px;
    border-right-style: ridge;
    border-right-color: rgba(255, 173, 211, 0.479);
    border-bottom-width: 2px;
    border-bottom-style: ridge;
    border-bottom-color: rgba(255, 173, 211, 0.479);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}

.footer-text {
    color: rgb(213, 141, 170);
    font-weight: bold;
    
}