@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.app{background-color:#f5f5f5;min-height:100vh}@media (min-width:900px){.app{flex-direction:row!important}}.button,button{border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:12px;padding:12px 24px}.flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.space-between{justify-content:space-between}.red{background-color:#ec5757}.purple{background-color:#7c5dfa}.green{background-color:#33d69f}.orange{background-color:#ff8f00}
