*{

}

.bg-main{
    background-color: rgb(52, 55, 68);
}
.bg-image{
    background-image: url(../images/Slide-home1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }
