Seeking guidance as a beginner web developer. I am currently working on adding a transparent logo to my website, but the white background is showing up behind the logo. How can I fix this issue? Here is the link to the image -
Here is the HTML & CSS code
body {
background-color: blue;
}
.image {
position: absolute;
height: 100px;
width: 200px;
}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<img class=image src="https://www.pikpng.com/pngl/m/13-130171_avengers-png-logo-free-transparent-png-logos-rh.png">