body {
    /* Fallback color in case the GIF doesn't load */
    background-color: #1a1a1a;

    /* GIF background */
    background-image: url('https://rianigor48.neocities.org/Loopin.gif');
    background-repeat: no-repeat;
    background-size: cover; /* or use 'contain' if you want the whole GIF visible */
    background-position: center;

    /* Make sure it takes full height */
    min-height: 100vh;
    margin: 0;

    /* Optional: keep background fixed when scrolling */
    background-attachment: fixed;
}
