body {
    background: url(/storage/bgs/bg10.jpg);
    background-size: 20%;
    justify-content: center;
    align-items: center;
}

.container {
    padding-bottom: 30px;
    background-color: #ffd1e7;
    justify-content: center;
    margin: auto;
    position: relative;
    margin-top: 20px;
    margin-right:30px;
    width: 800px;
    height: auto;
    background-clip: padding-box;
    border-image-slice: 200 200 200 200;
    border-image-width: 16px 20px 20px 20px;
    border-image-outset: 15px;
    border-image-repeat: repeat;
    border-image-source: url("/storage/imageborder/laceborder2.png");
    border-style: solid;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.banner {
    width:800px;
    background:url(/storage/bgs/bg14.jpg);
    background-size:40%;
    height:250px;
    border-image-slice: 200 200 200 200;
    border-image-width: 16px 20px 20px 20px;
    border-image-outset: 15px;
    border-image-repeat: repeat;
    border-image-source: url("/storage/imageborder/laceborder2.png");
    border-style: solid;
    position: relative;
}
.blogtxt {
    width:170px;
    position:absolute;
    bottom:-21px;
    left:0;
    filter: drop-shadow(0px 0px 2px #000)"
}

.maintext {
    margin-top:20px;
    color:#8a3464;
    text-align: center;
    padding:10px;
}
.cutebutton {
    padding: 10px;
    width:120px;
    border-radius: 20px;
    background: linear-gradient(0deg, #ed80b4, #ffd1e7, #fff);
    font-family: "SakeMoru";
    border: 0px;
    color: #57203a;
    filter: drop-shadow(0px 1px #fff) drop-shadow(0 -1px #fff) drop-shadow(1px 0 #fff) drop-shadow(-1px 0 #fff)
        drop-shadow(0px 1px #57203a) drop-shadow(0 -1px #57203a) drop-shadow(1px 0 #57203a) drop-shadow(-1px 0 #57203a);
}

.a2026postcontainer {
    justify-content: center;
    background: #000;
    width:700px;
    padding: 10px;
    border-radius: 8px;
    height:550px;
    margin: 20px auto;
}
.a2026label {
    color: #ffd1e7;
    font-size: 25px;
}
.a2026posts {
    color:#fff;
    height:500px;
    overflow-y:scroll;
    margin-top:10px;
    border:2px solid #fff;
}
.miettedance {
    height:700px;
    position:fixed;
    bottom:0px;
    left:-90px;
}
