body{
    background-color: rgb(64, 71, 173);
    background-image: url(https://files.catbox.moe/z97aop.jpg);
    background-blend-mode: multiply;
       justify-content: center;
}
.itembox{
    border: .40cm solid #ffffff;
    background-color: rgb(255, 255, 255);
    padding: 5px;
    text-wrap: ;
    font-family: sans-serif;
        /* background-image: url(https://background-tiles.com/overview/grey/patterns/large/1025.png); */
}
.container{

    padding: 5px;
    gap: 10px;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}
.container2{
    background-color: #2f5852;
    background-image: url(https://web.archive.org/web/20241222095335im_/https://members.tripod.com/~aaaa_na1/backs2/dkgrnmarblejade.gif);
    width: 50%;
    border: .4in outset #19573596;
    padding: 1cm;
    gap: .5cm;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}
.back{
    /* border: 5px solid white; */
    position: fixed;
    top:1cm;
    left:20%;
    width:1in;
    height: 1in;
}
img{
    width: 9cm;
    height: auto;
}