.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.uppercase {
    text-transform: uppercase;
}

.semibold {
    font-weight: bolder;
}

.mx-2 {

    margin-left: 12px;
    margin-right: 12px;
}

.section1 {
    background-color: rgb(254, 245, 245);
    height: 122vh;
}