*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    display: flex;
    justify-content: center;
    background: white;
}
.background-img{
 width: 100%;
 height: auto;
 
}
img{
    width: 100%;
    height: 39.8rem;
    object-fit: cover;
}