/* _content/gofrancis.com/Components/Layout/MainLayout.razor.rz.scp.css */
body[b-0k8zvr9swx] {
    background: linear-gradient(to right, #042040 0%,#09ad8f 19%,#48a008 40%,#986d08 60%,#031074 83%,#042442 100%);
    background-size: 10000px 100%;
    animation: bg-b-0k8zvr9swx 15s linear infinite;
}

@keyframes bg-b-0k8zvr9swx {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 10000px;
    }
}


.pageContent[b-0k8zvr9swx] {
    display: flex;
    height: 80vh;
    justify-content: center;
    align-items: center;
}

    .pageContent img[b-0k8zvr9swx] {
        width: 100%;
        height: auto;
        max-width: 600px;
    }
