Heya! Im getting some problems with my profile, the banner on top is getting this weird white background and i dunno how to fix it.
Btw heres the code for the banner:
main:before {
width: auto;
margin-bottom: 25px;
border: 1px solid black;
height: 350px;
display: block;
content: "";
box-shadow: 0px 0px 5px 1px #000000;
background-image: url(https://image.myanimelist.net/ui/G-Sm6d0qIwQxUGHIp-m2WDFUqTQ_MSEIl_awFmjMGxbekgq4TQ1uxtKstreVvr4-lVvxpGl1WLv-KFe49xYXZk38IyzwhS5G85D1U1hdCZcURnjnq9JMlqyG0t3O9xbB);
background-position: center center;
background-size: cover;
}