@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f0f0;font-family:Poppins,sans-serif}input,textarea,button{font-family:Poppins,sans-serif}._container_8tsam_1{flex-direction:column;gap:0;width:100%;max-width:600px;height:100vh;margin:0 auto;padding:1rem;display:flex;overflow:hidden}h2{text-align:center;color:brown;padding:.5rem}ul li{list-style:none}ul{background:#fff;border-radius:.5rem;flex-direction:column;flex-grow:1;flex-shrink:1;gap:.5rem;padding:.5rem;display:flex;overflow-y:auto}li{background:#f5f5f5;border-radius:.5rem;padding:.5rem .75rem}form{gap:.5rem;width:100%;margin-top:.5rem;display:flex}input{resize:none;background:#fff;border:none;border-radius:.5rem;outline:none;width:calc(100% - 5.5rem);padding:.5rem .75rem}button{color:#fff;background:#87ceeb;border:none;border-radius:.5rem;outline:none;align-self:flex-end;width:5rem;padding:.5rem 1rem}
