#congratulations {
    display: none;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(249, 246, 238, 0.75);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    width: 1742px;
    height: 848px;
    justify-content: center;
    align-items: center;
    padding: 56px 39px;
    gap: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#congratulations_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap:60px;
}

#congratulations_content .congrats-text {
    color: #001632;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#congratulations p.completed {
    color: #0061A1;
}

#congratulations_note {
    position: absolute;
    width: 605px;
    bottom: 20px;
    right: 20px;
    color: #023E84;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}