.fourofour-top {
    margin-top: 70px;
    min-height: 100vh;
    text-align: center;
}

.fourofour-main-text {
    padding-top: 100px;
    color: #330152;
    font-family: "DM Serif Display";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 62.5% */
}

.fourofour-middle-text {
    padding-top: 30px;
    color: #330152;
    font-family: "DM Serif Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.fourofour-sub-text {
    display: flex;
    height: 52px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.fourofour-magic-btn {
    margin-top: 30px;
    display: inline-flex;
    height: 28px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 5px;
    background: var(--Color-5, #C86BFA);
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 175% */
}

.fourofour-or {
    margin: 20px 0px;
    color: #330152;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 175% */
}