:root {
    --vp-home-hero-name-color: #727cf5;
    --vp-c-brand-1: #727cf5;
    --vp-button-brand-bg: #727cf5;
}

.image-container {
    .image-bg {
        background-image: linear-gradient(-45deg, #727cf5 50%, #7ddaff 50%);
        filter: blur(68px);
    }

    @media (max-width: 640px) {
        .image-src {
            max-width: 140px;
            max-height: 140px;
        }
    }

    /* .VPImage {
        border-radius: 50%;
    } */
}

.vp-doc h2 {
    border: none;
    padding-top: 0;
}
