Ive been having issues with the background I'm trying to do for my space hey profile not loading. It was perfectly fine like literally 30 minutes ago but once I added a header to my profile it just disappeared and has decided it doesn't want to load no matter what site I use t host it on. I originally used discord but I've tried the original site its self which is neocites, IMGBB, and hostimages.org and no matter what it isn't working and I don't know what to do. Im not sure if its an issue with the image itself or what I'm using but I worked perfectly fine before so I don't know why it isn't working now
Heres the code I'm putting in
<style>
body{
background-color: COLOR !important;
background-image: url(https://discord.com/channels/1058397413531979827/1058397414173712466/1427649142590537840) !important;
background-attachment: FIXED !important;
background-repeat: NO-REPEAT !important;
background-position: top left !important;
background-size: cover !important; }
</style>