:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--carambar-yellow: #FFD500;--carambar-red: #E30613;--carambar-blue: #002B7F;--carambar-orange: #FF7A00;--white: #ffffff}body{margin:0;font-family:"Baloo 2",cursive;background-color:var(--carambar-yellow);color:var(--carambar-blue)}h1{width:90vw;margin:1rem auto;text-align:center;background-color:var(--carambar-red);border-radius:12px;color:#fff;padding:1rem;font-size:2.5rem;letter-spacing:2px;text-transform:uppercase}h2{text-align:center;background-color:var(--carambar-red);color:#fff;padding:.5rem;border-radius:10px}main{display:flex;height:80vh;width:100vw;justify-content:space-around}li{text-align:center;list-style:none}.actions,.responses{flex:0 0 40%;background-color:#fff;border-radius:20px;box-shadow:0 8px 0 var(--carambar-red);padding:1rem}.actions_list{display:flex;flex-direction:column;justify-content:space-around;height:80%;padding:0}.res{height:80%;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.res ul{height:100%;display:flex;flex-direction:column;align-items:center}.jokes_list.single{justify-content:center}.jokeform,.addJoke{display:flex;flex-direction:column;gap:1rem;align-items:center}input{padding:.6rem;border-radius:10px;border:2px solid var(--carambar-blue);width:80%;text-align:center}article{background:linear-gradient(135deg,#ffd500,#ff7a00);padding:1rem;margin:1rem;border-radius:15px;box-shadow:0 5px #e30613;color:#002b7f;font-weight:700}button{background-color:#002b7f;color:#fff;border:none;padding:.8rem 1.2rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s ease-in-out}button:hover{background-color:#ff7a00;transform:scale(1.05);box-shadow:0 4px #e30613}.error{text-align:center;color:red;min-height:1.2em;margin:0 0 10px}
