html, body {
    height: 100%;
}

[class*="rz-text"] {
    font-family: "Nunito", sans-serif !important;
}

.custom-overlay {
    position: fixed;
    margin: 0;
    gap: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}