@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@500;600;700&family=M+PLUS+Rounded+1c:wght@400;500;700&family=Nunito:wght@400;500;800&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#b92b27;background:linear-gradient(90deg,#1565c0,#b92b27);font-family:Comfortaa,cursive;font-family:M PLUS Rounded\ 1c,sans-serif;font-family:Nunito,sans-serif}.container{display:flex;justify-content:center;margin:7rem 0}.accordion{width:380px}.item{background-color:#f2f1f9;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);margin:5px 0;padding:10px 20px}.accordion-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.content{color:#8b7f75;font-size:.9rem;max-height:0;overflow:hidden;transition:all .5s cubic-bezier(0,1,0,1)}.content.show{height:auto;max-height:9999px;transition:all .5s cubic-bezier(1,0,1,0)}.rotate-down{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.rotate-down,.rotate-up{transition:all .3s}
/*# sourceMappingURL=main.f214674b.css.map*/