.frame {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.frame .div {
    background-color: #ffffff;
    width: 1920px;
    height: 920px;
    position: relative;
}

.frame .overlap-group {
    position: absolute;
    width: 1920px;
    height: 920px;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 4px #00000040;
    background: linear-gradient(
        180deg,
        rgba(37.46, 0, 43.56, 0.73) 0%,
        rgba(37.46, 0, 43.56, 0.83) 35.5%,
        rgb(37.46, 0, 43.56) 100%
    );
}

.frame .text-wrapper {
    position: absolute;
    width: 1694px;
    top: 460px;
    left: 141px;
    font-family: "Josefin Sans-Regular", Helvetica;
    font-weight: 400;
    color: #cccccc;
    font-size: 128px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.frame .div-2 {
    display: inline-flex;
    align-items: flex-start;
    gap: 40px;
    padding: 16px 40px;
    position: fixed;
    top: 127px;
    left: 635px;
    background-color: #00231694;
    border-radius: 72px;
    backdrop-filter: blur(28px) brightness(100%);
    -webkit-backdrop-filter: blur(28px) brightness(100%);
}

.frame .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Ubuntu-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}
