/* Start custom CSS */main#content .page-content{
    position: relative;
    z-index: 2;
    min-height: 100vh;
}
main#content:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #1B033F;
    background-image: radial-gradient(circle closest-corner at 100%, rgb(243 61 158 / 35%), rgb(27 3 63 / 50%)), radial-gradient(circle farthest-side at 0%, rgb(102 175 242 / 32%), rgba(255, 255, 255, 0) 42%);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}/* End custom CSS */