.customStyle{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

*{
    font-family: Poppins;
}


