/*
 *  * Homer - The Story Flow Editor.
 *  * Copyright (c) 2021-2025. Open Lab s.r.l - Florence, Italy
 *  * Developer: Pupunzi (Matteo Bicocchi)
 *  * version: 1.2.5
 *  * build: 52552
 */


body {
    background-color: rgba(42, 42, 42, 0.50) !important;
    background: linear-gradient(180deg, #0068a8 0%, #0f63b5 20%, #1946b9 66%, #56158d 100%);/*, url("/assets/images/homer_background_10.gif");*/
    /*background: linear-gradient(180deg, #3ca6ec 0%, #2e74b9 20%, #1946b9 66%, #56158d 100%);*/
    /*background: linear-gradient(180deg, #81c3e7, #0c5a97, #18306e, #653191);*/
    /*background: linear-gradient(-45deg, #ffa44c, #1b2228, #0b6e96, #6b0354), url("/assets/images/homer_background_10.gif");*/
    /*mask-image: linear-gradient(to top, transparent 0%, black 45%);*/
    background-repeat: no-repeat;
    /*background-blend-mode: color;*/
    background-size: 100% 100%, cover;
    background-attachment: fixed, fixed;
    /*animation: gradient 20s ease infinite alternate;*/
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 100% 0%, center center;
    }
    50% {
        background-position: 0% 100%, center center;
    }
    100% {
        background-position: 100% 0%, center center;
    }
}


