body {
    width: 100vw;
    height: 100vh;
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}