#home {
    height: 100vh;
    /* Set the height to 100% of the viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../assets/bg1.jpg);
    background-size:cover;
}
::-webkit-scrollbar {
    display: none;
}
.img-container{
    margin-bottom: -100px;
}
@media (max-width:550px) {
    .img-container{
        margin-bottom: -50px;
    } 
}