.expenses{padding:1rem;background-color:#e7beeb;margin:3rem auto;width:fit-content;border-radius:1.4rem;box-shadow:.1rem .1rem 1rem .1rem #cc42d8 inset}.expenses #expense-history{text-align:center;margin-top:.5rem;margin-bottom:.5rem;color:#7f2b8f}.expense-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin:1rem 0;background-color:#9425aa;color:#f5f3f3;border-radius:.5rem;box-shadow:.1rem .1rem .2rem .1rem #e7beeb inset}#time{margin-left:1.5rem}#title-history{margin-left:5rem;margin-right:5rem}#inp{margin-left:4.5rem;width:6rem}#btn{margin-left:2rem}.expense-item h2{color:#f0f8ff;font-size:1rem;flex:1;margin:0 1rem}.expense-item-desc{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;flex-flow:column-reverse;justify-content:flex-start;flex:1}.expense-item-price{font-size:1rem;font-weight:700;color:#6c177c;background-color:#e7beeb;border:.1rem solid aliceblue;padding:.3rem .7rem;border-radius:.7rem;margin-right:2rem;margin-left:1rem}@media (min-width: 50rem){.expense-item-desc{flex-direction:row;align-items:center;justify-content:flex-start;flex:1}}.new-expense-control{display:flex;flex-wrap:wrap;gap:2rem;text-align:center;padding:0% 12%}#total{margin-top:-.3rem}.new-expense-control input{font-weight:700;margin-bottom:1rem}.new-expense-control #title-id{width:51%}.new-expense-control #amount-id{width:38%}.new-expense-control #date-id{width:51%}.new-expense-action #btnn{text-align:center;margin-bottom:0;color:#edc9ed;border-color:#d7b1d7;background-color:#9425aa}#btnn:hover{background-color:#8668b7;color:#ede2ef;border:2px solid rgba(66,52,89,.569)}.new-expense{background-color:#e7beeb;padding:2rem 1rem;margin:3rem auto;width:fit-content;max-width:95%;border-radius:1rem;text-align:center;color:#7f2b8f;font-weight:420;border-radius:1.5rem;box-shadow:.1rem .1rem 1rem .1rem #cc42d8 inset;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}body{background:linear-gradient(-45deg,rgb(215,177,215),rgb(148,37,170),rgb(207,195,229),rgb(133,98,198));background-size:400% 400%;animation:gradient 15s ease infinite;height:100vh}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
