/* your styles go here */background-repeat: no-repeat;
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-image: url('NewYear2024.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}
</style>
</head>
</body>


</html>