body {
    font-family: cursive;
    margin: 0;
    padding: 5px;
    background-image: url("https://furaisu.neocities.org/images/p.jpeg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.title{
    margin: auto;
    margin: -100px;
}
.container {
    margin: auto;
    background-color: black;
    border-radius: 20px;
    padding: 25px;
    width: 1000px;
    text-align: center;
    margin-top: 50px;
}
.container2{
    margin: auto;
    border-radius: 20px;
    background-image: url(https://furaisu.neocities.org/images/dot1.jpeg);
    border: dashed, white, 5px;
    text-align: justify;
    height: 550px;
    padding: 20px;
    display: flex;
    margin-top: 50px;
}
.persobox{
    padding: 40px;    
    background-color: rgba(250, 215, 238, 0.26);
    width: 140px;
    border-radius: 20px;
    height: 450px;
    margin: auto
} 
.persobox img{
    height: 450px;
}
.outfitbox {
    padding: 40px;    
    background-color: rgba(250, 215, 238, 0.26);
    width: 525px;
    height: 450px;
    border-radius: 20px;
    margin: auto;
}
.outfitbox img {
    height: 223px
}
    