html,body,#root{width:100%;min-height:100%;margin:0;padding:0}html,body{height:100%}#root{min-height:100dvh}@supports (height:100dvh){html,body,#root{min-height:100dvh}}@supports (-webkit-touch-callout:none){@media (width<=767px) and (pointer:coarse){#app-footer{min-height:calc(40px + env(safe-area-inset-bottom,0px))!important;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))!important}}}*{box-sizing:border-box}.titulo{margin-bottom:20px;font-size:32px;font-weight:700}.container{flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.listaItem{background-color:#fff;border-radius:8px;margin:5px 0;padding:15px;box-shadow:0 4px 6px #0000001a}@media (width>=768px){.container{padding:40px}.titulo{font-size:40px}}