/* body{
    color: azure;
    background-color: rgb(25, 28, 39);
} */

.imgbox{
    display: inline-block;
    margin: 25px;

    height: 200px;
    width: 250px;

}

img{
    height: 200px;
    width: 300px;

    object-fit: cover;
}
