.flex {
    display: flex
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.gap-4 {
    gap: 1rem
}

.padding{
    padding :60px;
}

.text-9xl {
    font-size: 120px;
    line-height: 1;
    margin: 0px;
}

.font-bold {
    font-weight: 700
}

.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(47 54 89/var(--tw-text-opacity))
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-primary-1 {
    --tw-text-opacity: 1;
    color: rgb(77 106 255/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}