body {
    background-image:url(storage/bgs/pinksparkle.gif);
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration:none;
}
.container {
    display: flex;
    align-items: flex-start;
}
.pagebody {
    margin-top:10px;
    line-height:2;
    background-color:#ffdbe9;
    background-image:url(storage/bgs/bg3.jpg);
    background-size:15%;
    width:1000px;
    padding:25px;
    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;
    position:relative;
}

.toptext {
    font-size:28px;
    color:#b74483;
    text-shadow:0px 0px 5px #fff, 0px 0px 10px #ffcaeb, 0px 0px 15px #f88dc0;
    margin-bottom:40px;
}

.pawdivider {
    margin-top:5px;
}
.txtimg {
    width:650px;
    background:url(storage/bgs/zebraprint.jpg);
}

.linkbox {
    background:url(storage/bgs/lightpinkbow.jpg);
    background-size:20%;
    color:#872960;
    width:600px;
    margin-bottom:20px;
    padding-top:10px;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    background-clip: padding-box;
}

.box1 {
    padding:20px;
}

.lprdprint {
    position:absolute;
    right:20px;
    z-index:3;
    height:760px;
    width:120px;
    margin-top:-25px;
    background:url(storage/bgs/leopardprint.jpg);
    background-size:200%;
    padding-top:10px;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    border-top:0px;
    border-bottom:0px;
    background-clip: padding-box;
}

.mietteimg {
    position:absolute;
    z-index:2;
    height:660px;
    margin-top:70px;
    margin-right:10px;
}