*{padding:0;margin:0;box-sizing:border-box}body{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#343434;color:#fff;font-family:Inter,sans-serif;overflow-y:auto}.body-red{background-color:red}.app-heading{margin:2.3rem;font-size:3.8rem;color:#17fa0b;font-family:Rubik Scribble,sans-serif;font-weight:700}.current-joke{margin:1rem;background-color:#4e4e4e;padding:1.5rem;width:90%;border-radius:5px}.current-joke__text{font-size:1.2rem}.current-joke__load{background-color:#17fa0b;margin:2.2rem 0 .7rem;font-family:Inter,sans-serif;font-size:1.05rem;padding:.5rem 0;width:100%;border-radius:5px;box-shadow:none;height:60px}.current-joke__save{font-family:Inter,sans-serif;font-size:1.05rem;padding:.5rem 0;width:100%;border-radius:5px;box-shadow:none;height:60px;background-color:transparent;border:1px solid rgb(23,250,11);color:#17fa0b;display:flex;justify-content:center;align-items:center}.current-joke__save-hidden{display:none}.saved-jokes{margin:1rem;padding:1.5rem 0;width:90%}.saved-jokes__heading{font-family:Rubik Scribble,sans-serif;font-size:2rem;font-weight:600;margin-bottom:1rem;text-align:center}.saved-jokes__list{display:flex;flex-direction:column-reverse;align-items:center}.saved-joke{display:flex;flex-direction:row;gap:.8rem;background-color:#4e4e4e;margin-bottom:1rem;padding:.8rem;align-items:center;justify-content:space-between;width:100%;border-radius:5px}.saved-joke__delete{font-family:Inter,sans-serif;background-color:red;min-width:3rem;height:3rem;border-radius:5px;padding:.5rem;color:#fff;box-shadow:none}.size-6{width:1.8rem}@media only screen and (min-width:600px){.current-joke__buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.current-joke__load,.current-joke__save{margin:3rem 0 .8rem;width:fit-content;padding-inline:2rem}.current-joke{max-width:870px}.saved-jokes{max-width:770px}}.modusConsole{display:flex;flex-direction:row;justify-content:right;gap:.5rem;background-color:transparent;width:100%;padding:1rem}.modusConsole__button{width:60px;font-family:Inter,sans-serif;border-radius:5px;border:3px solid rgb(23,250,11);padding:.1rem;letter-spacing:.2rem;font-weight:800;background-color:red;color:#ccc}.modusConsole__dark{background-color:#343434;letter-spacing:normal;font-weight:400}.select-category{padding:.3rem;text-align:center;border-radius:3px}
