html{
    font-size: 10px;
    overflow-x: hidden;

}

img{
    object-fit: contain;
}

body{
    overflow-x: hidden;
}
#main_container{
    padding: 0;
    margin: 0;
}

.background-img-container{
    display: flex;
    justify-content: space-between;
    max-height: 100px;
}

.moon-left{
    align-self: flex-end;
}

.man-right{
    align-self: flex-end;
    margin-right: -40px;
    
}
.man {
    width: 429px;
}

.moon{
    width:200px;
}

/* Footer css start here */


.bottom-new-footer{
    background: black;

    color: white;
    font-size: 20px;
}

.new-f-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-left{
    display: flex;
    justify-content: center;
    margin: 20px;
    
}

.f-right{
    margin-left: 20px;
}

.f-left li a{
    text-decoration: none;
    color: white;
    display: inline-block;
    margin: 5px;
}

.f-left li a:hover{
    color:blue;
}

/* Footer css ends here */