.box1{
    background: rgb(38, 59, 80);
    text-align: center;
    width: auto;
    padding: 10px;
    border-radius: 10px;
}
.box2{
    background: rgb(190, 171, 134);
    width: auto;
    text-align: center;  
    padding: 10px;
    border-radius: 10px;
}
.box3{
    background: rgb(66, 152, 172);
    text-align: center;
    width: auto;
    padding: 10px;
    border-radius: 10px;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}