.img-back{
    height: 100vh;
    width: 100vw;
    position: relative;
    background-image: url(../assets/bg.png);
    background-position: center; 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: black;
}