html {
    cursor: url("rui-materials/purple\ cursor.png"), auto;
 }


a {
	color: rgba(213, 141, 170, 0.81);
    font-size: 20px;
    font-weight: bold;
}

a:hover {
    cursor: url("rui-materials/purple\ cursor.png"), auto;
    opacity: 0.5;
}

a:active {
    opacity: 0.3;
}

  body {
            background-image: url(rui-materials/bg3.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: 18px;
 border-style: solid;
 border-image: url("https://dl.dropbox.com/s/l61yvavjx2e501e/image.png") 8 fill round;
}

.header {
    position: relative;
    overflow: hidden;
    height: 200px;
    background-image: url(rui-materials/wl280.png);
    background-size: 130%;
    background-position-y: 22%;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    border: 2px ridge rgba(203, 150, 214, 0.445);
    margin: auto;
    
}


 

.title {
    position: absolute;
 font-size: 60px;
 font-family: "jua";
 color: rgb(250, 237, 253);
 -webkit-text-stroke-color:rgb(197, 139, 216);
 -webkit-text-stroke-width: 1px;
 top: 40px;
 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: 45px;
 font-family: "loverine";
 top: 95px;
 left: 15px;
 color: rgb(193, 150, 214);
}

.scroll-div, .middle-one, .right-one, .footer, .fav-box {
        border-left-width: 2px;
    border-left-style: ridge;
    border-left-color: rgba(203, 150, 214, 0.445);
    border-right-width: 2px;
    border-right-style: ridge;
    border-right-color: rgba(203, 150, 214, 0.445);
    border-bottom-width: 2px;
    border-bottom-style: ridge;
    border-bottom-color: rgba(203, 150, 214, 0.445);
}



.scroll-text {
    color: rgba(203, 150, 214, 0.74);
    font-weight: bold;
}

.row-one {
    width: 100.4%;
    height: 500px;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}


.navi, .out {
    font-family: "jua";
    font-size: 23px;
    color: rgba(203, 150, 214, 0.74);
    margin: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.middle-one {
     width: 80%;
    height: 100%;
    background-image: url(rui-materials/bg4.png);
    opacity: 1;
    display: flex;

}

.text-box {
    width: 90%;
    height: 90%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.645);
    border: 2px ridge rgba(203, 150, 214, 0.445);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none;
    padding-left: 10px;

}

.welcome {
    font-family: "jua";
    color: rgb(203, 150, 214);
    font-size: 37px;
    margin-top: 20px;
    opacity: 0.7;
    text-align: center;
}

.text-title {
    margin-top: 0px;
}

.intro {
    color: rgb(203, 150, 214);
    width: 90%;
    text-align: center;
    font-size: 22px;
    margin-left: 20px;
    margin-top: -15px;
    padding-bottom: 15px;
}

.right-one {
    width: 22%;
    height: 100%;
     background-image: url(rui-materials/bg4.png);
     overflow-y: scroll;
     scrollbar-width: none;
     
}

.right-one {
    margin-left: 13px;
}



mark {
    color: rgb(203, 150, 214);
    background-color: rgba(243, 216, 252, 0.425);
    font-weight: bold;
     font-size: 17px;
}

.fav-title {
    color: rgb(203, 150, 214);
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}

.row-two {
    width: 100.4%;
    height: 300px;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.left-two, .middle-two-a, .middle-two-b, .right-two {
     border-left-width: 2px;
    border-left-style: ridge;
    border-left-color: rgba(203, 150, 214, 0.445);
    border-right-width: 2px;
    border-right-style: ridge;
    border-right-color: rgba(203, 150, 214, 0.445);
    border-bottom-width: 2px;
    border-bottom-style: ridge;
    border-bottom-color: rgba(203, 150, 214, 0.445);
    width: 32%;
    display: flex;
}

.left-two, .middle-two-b {
    background-image: url(rui-materials/bg4.png);
}

.middle-two-a, .right-two {
    background-image: url(rui-materials/bg4.png);
}

.todo-box, .chara-box, .mini-box, .fan-box, .info-box {
        width: 90%;
    height: 90%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.407);
    border: 2px ridge rgba(203, 150, 214, 0.445);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none;
}

.info-box {
    margin-top: 10px;
    width: 90%;
    height: 95%;
}

.info-list {
    width: 70%;
}

.info {
    border-bottom: 2px ridge rgba(203, 150, 214, 0.74);
}

.ueberschrift {
    font-family: "jua";
    color: rgb(203, 150, 214);
    font-size: 24px;
    text-align: center;
    opacity: 0.8;
    margin-top: 15px;
    position: sticky;
    border-bottom: 2px ridge rgba(203, 150, 214, 0.445);
    padding-bottom: 15px;
}

.todo {
    margin-bottom: 18px;
}

ul {
    color: rgb(203, 150, 214);
    margin-top: 0;
    padding-top: 0px;
}

li {
    padding-bottom: 8px;
    font-size: 18px;
}




.card {
    width: 90%;
    align-self: center;
    padding-bottom: 20px;
}

.stamp {
    width: 70%;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.blog-title {
    margin-bottom: 0px;
}

.blog, .update {
    border-top: 2px ridge rgba(203, 150, 214, 0.418);
    padding-top: 15px;
    color: rgb(203, 150, 214);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
}



.footer {
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.footer-text {
    color: rgb(203, 150, 214);
    font-weight: bold;
    font-size: 18px;
    
}

.back {
    margin-top: 10px;
}