* {
    box-sizing: border-box;
}

body {
    background:url(storage/bgs/bg2.png);
    background-size:20%;
}

.pagebody {
    align-content:center;
    justify-content:center;
    width:850px;
    padding:10px;
    background:url('storage/bgs/lightpinkbow.jpg');
    background-size:15%;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    background-clip: padding-box;
}

h1 {
    font-family: 'sakemoru';
    font-size: 25px;
}

.oekakidivider1 {
    width:500px;
    margin-top:-20px;
}


canvas {
    border: 1px solid black;
    cursor: crosshair;
    border-width: 10px;
    border-style: solid;
    border-image: url("storage/imageborder/laceimgborder.png") 6 fill round;
    background-clip: padding-box;
}
#gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.image-container {
    border: 1px solid #fff;
    padding: 5px;
    max-width: 200px;
    text-align: center;
}
.image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}
