
    :root {
        --primary-color: ;
        --logo-width: 100px !important;
        --logo-height: 100px;
    }
    body {
        background-color: var(--primary-color);
    }
    .fe-body{
        background-image: url('/media/BG-OA.svg') !important;
        background-size: cover !important;
        background-repeat: no-repeat;
    }
    .graphic {
        width: 90% !important;
    }
    .graphic img {
        width: var(--logo-width);
        height: var(--logo-height);
    }
  