I'm trying to use an image as background in my code, but the image does not appear, i just got a white background
body{
background-image: linear-gradient(rgba(88, 0, 185, 1), rgba(40, 0, 255, 0.5)), url(components/images/bgheader.svg);
font-family: MADE TOMMY THIN;
font-size: 16px;
line-height: 20px;
max-width: 1200px;
margin: 0 auto;
padding: 50px;
color: white;
}