body{
    background-color: black;
    background-image: url(/src/assets/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: 50%
}