
body{
    background-color: rgb(9, 9, 47);
}
img{
    width: 100%;
}


.home-section2{
    background-color: rgb(5, 5, 35);
    width: 100vw;
    display: flex;
    height: 20rem;
    margin-top: 20px;
    margin-bottom: 10em;
    justify-content: space-around;
    
}
.home-hero img{
    width: 100%;
}
.home-section5{
    height: 30em;
    background-color: palevioletred;
    color: azure;
    display: flex;
    text-align: center;
}
.home-section5 img{
    height: 20em;
    width: 50vw;
}

.home-section6{
    height: 50em;
    display: flex;
    justify-content: center;
}
.home-section6 img{
    width: 30%;
    height: 30%;
    margin: 5rem;
}


