.custom-circle-home {
    width: 100vw;
    min-height: 100vw;
    height: 100vw;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    margin-top: -60%;
    background: linear-gradient(#ffffff 50%, #f5fbfb 70%, #f2fffe 100%);
}

.active-main-menu {
    background-color: #b2e0e1;
    border-radius: 20px;
}