body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body{font-family:Public Sans,sans-serif}img,svg{display:block;max-width:100%}svg{color:#ad7000;height:70px;margin:1rem auto;width:70px}h1{font-family:Pacifico,cursive;font-size:4rem;letter-spacing:4px}h1,h2{text-align:center}h2{font-size:1.5rem}h3{font-size:1.3125rem}.App{align-items:center;display:flex;flex-direction:column;height:100vh;margin:0 auto}.wrapper{margin:0 auto;max-width:1200px;width:90%}header,main{width:100%}header{background:#ffe7a8}header h1{font-size:1.75rem;font-weight:400;letter-spacing:.6px;margin-top:4rem;padding-left:1rem;text-align:left}header h1 span{display:inline-block;font-family:Redacted Script,cursive;font-size:6.25rem;font-weight:400;line-height:33px;margin-right:.5rem}header h2{font-size:3.4375rem;font-weight:700}footer{padding:2rem 0}.message,footer{text-align:center}.message{-webkit-animation:slide-down .3s ease-out forwards;animation:slide-down .3s ease-out forwards;background-color:#fff2cf;border:2px solid #ad7000;border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,.25);color:#ad7000;display:flex;font-size:1.25rem;justify-content:space-between;left:15%;padding:3rem 1.5rem;position:fixed;top:20vh;width:70%;z-index:30}.message:hover .close-message{opacity:1}.message .close-message{border-radius:10px;cursor:pointer;font-weight:700;opacity:0;padding:.5rem .75rem;position:absolute;right:5px;top:5px;transition:.3s}.message .close-message:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.favorite-quotes{background:#ffe7a8;display:flex;flex-wrap:wrap;justify-content:center;position:relative}.favorite-quotes .quotes h3{font-size:1.5rem;margin-bottom:3rem}.favorite-quotes .quote-card{align-items:center;background-color:initial;border:2px solid #ad7000;border-radius:26px;color:#ad7000;display:flex;flex-direction:row;flex-wrap:wrap;font-size:2rem;justify-content:center;margin:4.375rem 0}.favorite-quotes .quote-card:before{background-color:#ffe7a8;content:"#" attr(data-list-position);font-family:Mukta Mahee,sans-serif;font-size:3.75rem;font-weight:700;height:20px;left:calc(50% - 51.5px);line-height:20px;padding:0 1rem;position:absolute;text-align:center;top:-12px;width:85px}.favorite-quotes .quote-card h3{font-size:1.625rem;line-height:38px;text-align:center;width:90%}.favorite-quotes .quote-card p{font-size:1.25rem;font-weight:700;text-align:center}.favorite-quotes .favorite-quotes-description{color:#ad7000;margin-bottom:2rem;padding-bottom:2rem;text-align:center;width:80%}.favorite-quotes .favorite-quotes-description p{font-size:1.125rem;margin:.4rem}.category-header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.category-header h2{font-size:2.5rem;font-weight:700;margin:90px 0;width:100%}.quotes .category-header p{margin-top:12px;text-align:center;width:auto}.category-header #category{border:0;border-radius:26px;box-shadow:0 4px 13px rgba(0,0,0,.17);font-family:inherit;font-size:1.25rem;height:45px;outline:0;width:245px}.category-filter{align-items:center;display:flex;margin-bottom:1.3125rem}.category-filter label{font-size:1.25rem;font-weight:800;margin-left:.5rem}.category-filter svg{fill:#000;color:#000;height:15px;width:15px}.category-filter fieldset{padding:1rem;text-align:center}.category-filter select{background-color:#fff;font-family:inherit;font-size:inherit;margin-left:2rem;padding:7px 10px}.quotes{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin-bottom:3rem}.quotes h3{font-size:1.75rem;line-height:39px}.quotes p{font-size:1.3125rem;width:100%}.quote-card{background-color:#88bbc1;border:1px solid #ccc;border-radius:26px;display:flex;flex-direction:column;font-size:1.75rem;justify-content:space-between;max-width:100%;padding:2rem;position:relative;width:100%}.quote-card .close-quote{color:#ad7000;cursor:pointer;font-size:1.4rem;font-weight:700;padding:1rem;position:absolute;right:0;top:0;transition:.1s}.quote-card .close-quote:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.quote-card div>h3{font-weight:400;margin:3rem 0}.quote-card .categories{font-size:1rem;font-weight:800}.quote-card .category{color:#000;margin-right:12px;text-transform:uppercase}.quote-card footer{padding:0}.quote-card .author{font-size:1.5rem;font-weight:700;margin:0;text-align:left}.quote-card .add-favorite{cursor:pointer;margin:0 0 0 auto;padding:0;text-align:right;transition:.3s;width:100%}.quote-card .add-favorite svg{color:#333;display:inline-block;margin:0;max-width:60px;padding:0;width:2ch}.quote-card .add-favorite:hover svg{color:#000}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (min-width:800px){.all-quotes .quotes{justify-content:space-between}.all-quotes .quote-card{width:calc(50% - 2.5rem)}.quotes .category-header{justify-content:space-between}.favorite-quotes .quote-card h3{font-size:2rem;line-height:44px;width:70%}.favorite-quotes .quote-card p{font-size:1.5rem;font-weight:700;text-align:center}}@media (min-width:1400px){.all-quotes .quotes{justify-content:flex-start}.all-quotes .quote-card{width:calc(33% - 1.42rem)}.category-header{align-items:flex-start;justify-content:space-between}.quotes .category-header p{text-align:left}}
/*# sourceMappingURL=main.564b0cab.css.map*/