@import"https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Grenze: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&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=News+Cycle:wght@400;700&family=Newsreader:ital,opsz,wght@0,6..72,600;1,6..72,600&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;outline:none;font-family:News Cycle,sans-serif}html{font-size:62.5%}.container{width:100%;height:100vh;background:#833ab4;background:linear-gradient(100deg,#8b0ddfd5,#cd1111ac,#f09412);display:grid;place-items:center}.blog-news-app{width:95%;height:95vmin;background:#154349;background:linear-gradient(100deg,#2f1f3a,#4f2a2a,#52432d);box-shadow:0 2rem 3rem #00000080;border-radius:1.5rem}@media (max-width: 1400px){html{font-size:59%}}@media (max-width: 900px){.blog-news-app{height:100%;max-height:90vh}}@media (max-width: 500px){html{font-size:40%}}.weather{width:100%;height:45%;min-height:20rem;background-color:#ffffff14;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:1rem}.weather-header{display:flex;align-items:center;justify-content:center}.weather-header h2{font-size:2rem;font-weight:600;color:#fffd;text-transform:capitalize}.weather-search{position:relative;display:flex;align-items:center}.weather-search input{width:100%;height:2.5rem;font-size:1.2rem;background-color:#ffffff1a;border:none;border-radius:2rem;padding:0 2.5rem 0 1rem;color:#fff}.weather-search input::placeholder{color:#fff9}.weather-search button{position:absolute;right:.8rem;background:none;border:none;color:#fff9;cursor:pointer;font-size:1.2rem}.weather-search button:hover{color:#fff}.weather-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.location{font-size:1.5rem;display:flex;align-items:center;gap:.5rem;color:#fff9}.temperature{text-align:center}.temp-value{font-size:3rem;font-weight:300}.weather-condition{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:1.4rem;color:#fff9}.weather-condition i{color:gold}.weather-details{display:flex;justify-content:space-around;padding:1rem 0}.detail{display:flex;align-items:center;gap:1rem}.detail i{font-size:1.6rem;color:#a6e4eb}.detail-info{display:flex;flex-direction:column;gap:.3rem}.detail-info .value{font-size:1.4rem;font-weight:500}.detail-info .label{font-size:1rem;color:#fff9}@media (max-width: 900px){.weather{height:100%;min-height:30rem;padding:1.5rem}.weather-header h2{font-size:2.5rem}.weather-search input{height:4rem;font-size:2rem;padding:0 3rem 0 1.5rem}.weather-search button{right:2rem;font-size:1.4rem}.location{font-size:2rem;margin-top:1rem}.temp-value{font-size:5rem;margin:1rem 0}.weather-condition{font-size:2rem;margin-bottom:1rem}.detail i,.detail-info .value,.detail-info .label{font-size:2rem}}@media (max-width: 500px){.weather{height:100%;min-height:30rem;padding:1.5rem}.weather-header h2{font-size:2.5rem}.weather-search input{height:4rem;font-size:2rem;padding:0 3rem 0 1.5rem}.weather-search button{right:2rem;font-size:1.4rem}.location{font-size:2rem;margin-top:1rem}.temp-value{font-size:5rem;margin:1rem 0}.weather-condition{font-size:2rem;margin-bottom:1rem}.detail i,.detail-info .value,.detail-info .label{font-size:2rem}}.calender{width:100%;height:calc(55% - 1rem);min-height:28rem;background-color:#ffffff14;border-radius:1rem;padding:.5rem;display:grid;place-items:center}.calender-details{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:.5rem;padding:0 .5rem}.calender-details h2{font-size:1.5rem;font-weight:300;color:#ffffffe6}.buttons{display:flex;column-gap:1rem;margin-left:auto}.buttons i{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-image:linear-gradient(to right,#f2b156,#f78d42,#f06c3fc0);opacity:.7;font-size:1rem;transition:all .1s;background-size:200% auto;color:#000}.buttons i:active{background-position:right center;color:#ffffffab;transform:translateY(-5%)}.grid-days{width:100%;display:flex;margin:0}.grid-days span{width:calc(100% / 7);font-size:1rem;font-weight:300;text-transform:uppercase;letter-spacing:.1rem;display:flex;justify-content:center;align-items:center;color:#ffffffa2}.grid-date{width:100%;display:flex;flex-wrap:wrap}.grid-date span{width:calc(100% / 7);aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#ffffffe6;font-size:1rem;font-weight:500;cursor:pointer}.grid-date .current-date{background-color:#dd8e34bb;border-radius:50%;font-size:1.4rem;font-weight:700;color:#000000db}@media (max-width: 900px){.calender{height:100%;min-height:35rem;padding:1rem}.calender-details{padding:0 1rem;margin-bottom:1rem}.calender-details h2{font-size:2rem}.buttons i{width:3.5rem;height:3.5rem;font-size:1.4rem}.grid-days span{font-size:1.3rem;padding:.8rem 0}.grid-date span{font-size:1.4rem}.grid-date .current-date{font-size:1.8rem}}@media (max-width: 500px){.calender{height:100%;min-height:55rem;padding:2rem;overflow-y:scroll}.calender::-webkit-scrollbar{display:none}.calender-details{padding:0 2rem;margin-bottom:1rem}.calender-details h2{font-size:3rem}.buttons i{width:3.5rem;height:3.5rem;font-size:1.4rem}.grid-days span{font-size:1.8rem;padding:.8rem 0}.grid-date span{font-size:1.8rem}.grid-date .current-date{font-size:1.9rem}}.box-image{width:100%;height:auto;max-height:30rem;object-fit:cover;border-radius:1rem;opacity:.7}.box-title{font-family:Newsreader,serif;letter-spacing:.1rem;font-size:3rem;margin-top:1rem;color:#fff}.box-source,.box-date{font-family:"PT Serif",sans-serif;font-size:1.5rem;color:#bbb;margin-top:1rem}.box-content{font-size:1.8rem;color:#fff;margin-top:1rem;margin-bottom:2rem;line-height:2.5rem}.news-link{background-image:linear-gradient(to right,#222324,#1f1f23dc,#000,#21212392,#2a2b2c)}.news-link{display:flex;align-items:center;justify-content:center;width:12rem;height:4rem;text-transform:uppercase;transition:.3s;background-size:200% auto;color:#fff;border-radius:10px}.news-link:hover{background-position:center right;color:#ffffffe0;text-decoration:none}.news-link:active{transform:translateY(5%)}.details-box{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10}.details{width:90%;max-width:60rem;height:auto;max-height:80%;background-color:#111214;padding:4rem;border-radius:2rem;box-shadow:0 0 5rem 4rem #00000080;position:relative;overflow-y:scroll}.details::-webkit-scrollbar{display:none}.x-btn{position:absolute;right:2rem;top:1rem;font-size:2rem;color:#fff;cursor:pointer}.x-btn:active{color:#ffffffb3}.bookmark-heading{font-family:Grenze,sans-serif;font-size:4rem;font-weight:400;letter-spacing:.08rem;margin-bottom:1rem;color:#fff}.bookmarked-articles{display:flex;flex-direction:column;gap:1rem}.bookmarked-article{display:flex;align-items:center;justify-content:space-between;column-gap:2rem;cursor:pointer}.bookmarked-article h3{font-family:Inter,sans-serif;font-size:1.5rem;color:#fff}.delete-icon{color:#ffffff80}.delete-icon:active{color:#ffffffb3;transform:translateY(-2%)}.bookmarked-articles img{width:6rem;height:6rem;object-fit:cover;border-radius:1rem;margin-right:1rem}.blog-image{width:100%;height:auto;max-height:30rem;object-fit:cover;border-radius:1rem;opacity:.7}.blog-title{display:flex;max-height:20rem;font-family:Newsreader,serif;letter-spacing:.1rem;font-size:clamp(2rem,3rem,3.5rem);margin-top:1rem;color:#fff}.blog-content{max-height:30rem;font-size:1.8rem;color:#fff;margin-top:1rem;margin-bottom:2rem;line-height:2.5rem;overflow-y:scroll}.blog-content::-webkit-scrollbar{display:none}.news{font-size:2rem;color:#fff;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:1rem}.news-header{width:100%;min-height:7rem;background-color:#000000a6;border-radius:1rem 1rem 0 0;display:flex;justify-content:space-between;align-items:center;padding:0 4rem}.title{font-family:Grenze,sans-serif;font-size:clamp(2rem,4cqi,5rem);color:#a6e4eb;letter-spacing:.3rem}.search{position:relative}.search input{width:20rem;height:4rem;font-size:1.5rem;background-color:#000c;border:none;border-radius:4rem;padding:.5rem .5rem .5rem 1rem;color:#fff;transition:width .3s}.search input:focus{width:30rem;padding-left:2rem}.search input:focus::placeholder{color:transparent}.search button{position:absolute;background-color:transparent;border:none;top:50%;right:1rem;transform:translateY(-50%);color:#fff;font-size:1.5rem;transition:font-size .2s;cursor:pointer}.search button:active{color:#fff9;font-size:1.8rem}.news-content{display:flex;column-gap:1rem;height:calc(100% - 16rem);padding:0 1rem}.nav-bar{width:18rem;min-height:100%;display:flex;flex-direction:column;row-gap:1rem}.user{width:100%;height:20%;background-color:#ffffff14;border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:1rem;cursor:pointer}.user img{width:6rem;aspect-ratio:1;border-radius:4rem;object-fit:cover}.user p{font-size:2rem;font-family:"PT Serif",sans-serif;color:#dbdbe0a6}.categories{width:100%;height:calc(80% - .5rem);background-color:#ffffff14;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;row-gap:1rem}.todo-list{text-align:center;position:relative}.todo-list p{font-family:News Cycle,sans-serif;font-size:clamp(1.5rem,2.5cqi,3rem);letter-spacing:.2rem;font-weight:600}.todo-list input{width:100%;background-color:#252526;border:none;border-radius:4rem;padding:1.5rem;margin:0;color:#fff}.todo-list input:focus::placeholder{color:transparent}.todo-list button{width:4rem;position:absolute;background-color:#000;border:none;border-radius:1rem;top:80%;right:1.5rem;transform:translateY(-80%);color:#fff;transition:color .3s;font-size:1.5rem;cursor:pointer}.todo-list button:active{color:#fff9}.bookmark{align-items:center;padding:1rem;cursor:pointer}.bookmark i{padding:.5rem}.bookmark i:active{color:#ffffffab}.news-area{width:clamp(30rem,43cqi,40%);height:100%;border-radius:1rem}.news-main{width:100%;height:calc(50% - .5rem);background-color:#000000a9;border-radius:1rem;margin-bottom:.5rem;position:relative}.news-title{width:100%;font-family:Inter,sans-serif;font-size:clamp(1.5rem,1.8cqi,2rem);padding:1rem 4rem 1rem 1rem;letter-spacing:.1rem;position:absolute;bottom:0;left:0;border-radius:0 0 1rem 1rem;background-color:#000000b3}.news-title i{position:absolute;right:1rem;bottom:1rem;cursor:pointer}.news-title i:active{color:#ffffffab}.news-main img{width:100%;height:100%;object-fit:cover;border-radius:1rem;opacity:.7}.news-all{width:100%;height:50%;background-color:#ffffff14;border-radius:1rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);justify-content:center;align-items:center;gap:1rem;padding:1rem}.news-items{width:100%;height:100%;min-height:10rem;border-radius:1rem;position:relative}.news-items img{width:100%;height:100%;object-fit:cover;display:block;border-radius:1rem;opacity:.7}.news-items h3{width:100%;position:absolute;bottom:0;left:0;background-color:#000000b3;border-radius:0 0 1rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:300;line-height:1.2rem;padding:.5rem 2.5rem .5rem .5rem}.news-items i{position:absolute;right:1rem;bottom:1rem;cursor:pointer}.news-items i:active{color:#ffffffab}.my-blogs{width:clamp(20rem,27cqi,28%);height:100%;background-color:#ffffff14;border-radius:1rem;display:flex;flex-direction:column;row-gap:2rem}.blogs-heading{font-family:Playfair Display,sans-serif;font-size:3rem;letter-spacing:.1rem;color:#fff;font-weight:700;padding:1rem}.blog-posts{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1rem;overflow-y:scroll}.blog-posts::-webkit-scrollbar{display:none}.blog-post{flex:0 1 calc(50% - .5rem);border-radius:1rem;position:relative}.blog-post img{width:100%;height:100%;object-fit:cover;border-radius:1rem;opacity:.7}.blog-post h3{width:100%;position:absolute;font-size:1.5rem;font-weight:300;bottom:0;left:0;background-color:#000000b3;color:#fff;text-transform:uppercase;overflow-wrap:break-word;line-height:1.5rem;padding:.5rem;border-radius:0 0 1rem 1rem}.blog-post .blog-btn{position:absolute;top:1rem;right:1rem;display:flex;justify-content:center;column-gap:2rem;opacity:0;visibility:hidden;transition:all ease .3s}.blog-post:hover .blog-btn{opacity:1;visibility:visible}.blog-btn .blog-edit,.blog-delete{background-color:transparent;border:none;font-size:1.5rem;color:#000;cursor:pointer}.blog-btn .blog-edit:active,.blog-delete:active{transform:translateY(6%)}.WCarea{width:100%;flex:1;display:flex;flex-direction:column;row-gap:1rem}.footer{width:100%;min-height:5rem;background-color:#000000a6;border-radius:0 0 1rem 1rem;display:flex;justify-content:space-between;align-items:center;padding:0 4rem}.footer p{font-size:1.5rem;font-weight:300;color:#fff9}.footer p span{font-family:Grenze,sans-serif;font-size:2rem}@media (max-width: 1400px){.news-area{overflow:hidden}.news-all{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);overflow-y:scroll}.news-all::-webkit-scrollbar{display:none}.blog-posts{overflow-y:scroll}.blog-posts::-webkit-scrollbar{display:none}.blog-post{flex:0 1 calc(100% - .6rem)}}@media (max-width: 1024px){.news-all{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(6,1fr)}}@media (max-width: 900px){.news{height:100%;overflow-y:scroll}.news::-webkit-scrollbar{display:none}.news-content{flex-direction:column;width:100%;height:200rem;row-gap:2rem}.nav-bar{width:100%;min-height:18rem;flex-direction:row;justify-content:space-between}.user{width:calc(30% - 2rem);height:100%}.categories{width:70%;height:100%;justify-content:center;align-items:center;row-gap:1rem}.news-area{width:100%}.news-all{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.my-blogs{width:100%}.blog-post{flex:0 1 calc(50% - .6rem)}.WCarea{flex-direction:row;column-gap:2rem}}@media (max-width: 500px){.news-header{padding:0 2rem}.title{font-size:2.3rem}.search input{width:14rem;font-size:1.2rem}.search input:focus{width:16rem;font-size:1.2rem}.nav-bar{flex-direction:column;height:30rem;margin-bottom:2rem}.user{width:100%;min-height:40%}.user p{display:none}.categories{width:100%}.todo-list p{display:none}.news-area{width:100%;height:auto;min-height:40%;margin-bottom:2rem;display:flex;flex-direction:column;box-sizing:border-box;overflow:scroll}.news-main{height:20rem;margin-bottom:1rem;box-sizing:border-box}.news-all{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);height:auto;min-height:auto;grid-auto-rows:minmax(15rem,auto);box-sizing:border-box;width:100%;overflow:scroll}.news-items{min-height:15rem;box-sizing:border-box}.news-items h3{font-size:1.2rem;line-height:1.4rem}.WCarea{flex-direction:column;row-gap:2rem;width:100%;height:auto;display:flex;box-sizing:border-box}.footer{padding:0 2rem;min-height:4rem;position:fixed;bottom:0;left:0;right:0;z-index:10;border-radius:0;width:100%;box-sizing:border-box}.footer p{font-size:1.2rem}.footer p span{font-size:1.6rem}}.new-post-container{font-family:Inter,sans-serif;display:flex;width:100%;height:100%;background:linear-gradient(100deg,#2f1f3a,#4f2a2a,#52432d);color:#fff;border-radius:1.5rem;overflow:hidden}.image-section{width:50%;flex:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.background-image{width:100%;height:100%;object-fit:cover;border-radius:1.6rem}.profile-picture{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:.4rem solid #7d12ca90;border-radius:50%;overflow:hidden;box-shadow:0 .8rem 1.6rem #4caf504d;transition:transform .3s ease}.profile-picture:hover{transform:translate(-50%,-50%) scale(1.05)}.profile-image{width:12rem;height:12rem;object-fit:cover}.form-section{width:50%;height:100%;flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center;color:#fff;border-radius:0 1rem 1rem 0;position:relative}.back-button{background:linear-gradient(100deg,#db7093e6,#ff7f50e6,#f4a460e6);color:#fff;font-size:1.4rem;padding:.8rem 1.6rem;border:none;border-radius:2rem;cursor:pointer;transition:all .1s ease;position:absolute;top:2rem;right:2rem;box-shadow:0 4px 6px #0000004d}.back-button:active{transform:scale(.96);background:linear-gradient(100deg,#c7667fe6,#ff5733e6,#e09a4ce6)}.create-btn{width:clamp(20rem,30cqi,35rem);align-self:center;padding:1rem;font-size:2.5rem;letter-spacing:.1rem;font-weight:700;color:#fff;background:linear-gradient(100deg,#db7093e6,#ff7f50e6,#f4a460e6);border:none;border-radius:3rem;cursor:pointer;box-shadow:0 4px 6px #0000004d;transition:transform .1s ease,background .1s ease,box-shadow .1s ease}.create-btn:active{transform:scale(.96);background:linear-gradient(100deg,#c7667fe6,#ff5733e6,#e09a4ce6)}.form-visible{display:contents}.form-hidden{display:none}.form-title{margin:2rem 0;font-size:4rem;text-align:center;font-weight:600;letter-spacing:.2rem;background:linear-gradient(100deg,#db7093e6,#ff7f50e6,#f4a460e6);-webkit-background-clip:text;background-clip:text;color:transparent}.upload-section{margin:2rem 0;text-align:center;position:relative}.upload-input{width:100%;height:12rem;margin:1rem 0;background-color:#ffffff14;border:.2rem dashed rgba(255,255,255,.4);border-radius:.8rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;position:relative}.upload-input:not(:has(.upload-success)):hover{border-color:#fff3;background-color:#ffffff05}.upload-input.dragging:not(:has(.upload-success)){border-color:#fff3;background-color:#ffffff05;transform:scale(1.02)}.upload-icon{font-size:2.5rem;color:#0baaee;transition:all .3s ease}.upload-text{font-size:1.4rem;color:#888;transition:all .3s ease}.upload-input:not(:has(.upload-success)):hover .upload-icon,.upload-input:not(:has(.upload-success)):hover .upload-text{transform:translateY(-.2rem)}.upload-input:has(.upload-success){cursor:default}.upload-success .upload-icon,.upload-success .upload-text{transition:none}.upload-input input[type=file]{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.upload-success{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-success .upload-icon{color:#4caf50;font-size:3rem}.upload-success .upload-text{color:#4caf50;font-weight:500}.form-section textarea{resize:none}.title-input,.text-input{width:100%;padding:1.2rem;margin:1rem 0;background-color:#ffffff14;border:.2rem solid rgba(255,255,255,.2);border-radius:.8rem;color:#fff;font-size:1.4rem;transition:all .3s ease}.text-input::-webkit-scrollbar{display:none}.title-input.notvalid,.text-input.notvalid{border:.2rem solid rgba(255,0,0,.5)}.title-input:focus,.text-input:focus{border-color:#fff9;box-shadow:0 0 0 .2rem #fff3;outline:none}.title-input.notvalid::placeholder,.text-input.notvalid::placeholder{color:#ff0000b3}.title-input::placeholder,.text-input::placeholder{color:#fff6}.title-input:focus::placeholder,.text-input:focus::placeholder{color:transparent}.submit-button{padding:1.2rem 2.4rem;background:linear-gradient(100deg,#db7093e6,#ff7f50e6,#f4a460e6);color:#fff;border:none;border-radius:2.4rem;cursor:pointer;margin-top:2rem;font-size:1.4rem;font-weight:600;letter-spacing:.1rem;transition:all .1s ease;box-shadow:0 4px 6px #0000004d}.submit-button:active{transform:scale(.96);background:linear-gradient(100deg,#c7667fe6,#ff5733e6,#e09a4ce6);box-shadow:0 2px 4px #0000004d}.submittedtext{margin:2rem 0;font-size:5rem;text-align:center;font-weight:600;letter-spacing:.3rem;background:linear-gradient(100deg,#db7093e6,#ff7f50e6,#f4a460e6);-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase}@media (max-width: 900px){.image-section{width:100%}.background-image{display:none}.profile-picture{top:10%;right:auto;left:50%;transform:translate(-50%)}.form-section{position:absolute;top:0;right:0;bottom:0;left:0;width:100%}.back-button{top:10rem;right:5rem}.form-title{font-size:4.5rem;margin:2rem 0}.upload-section{width:95%;margin:0 1.5rem}.upload-input{height:15rem;margin:1.5rem 0}.upload-icon{font-size:3rem}.upload-text{font-size:1.6rem}.title-input,.text-input{width:95%;padding:1.5rem;font-size:1.6rem;margin:1.5rem}.submit-button{padding:1.5rem 3rem;font-size:1.8rem;margin-top:3rem;margin-left:2rem}.submittedtext{font-size:4rem}.create-btn{width:50%;font-size:2.2rem}}@media (max-width: 500px){.image-section{width:100%}.background-image{display:none}.profile-picture{top:10%;right:auto;left:50%;transform:translate(-50%)}.form-section{position:absolute;top:0;right:0;bottom:0;left:0;width:100%}.back-button{top:15rem;right:5rem}.form-title{font-size:6rem;margin:2rem 0}.upload-section{width:95%;margin:0 1.5rem}.upload-input{height:25rem;margin:1.5rem 0}.upload-icon{font-size:4rem}.upload-text{font-size:2.5rem}.title-input,.text-input{width:95%;padding:1.5rem;font-size:2.5rem;margin:1.5rem}.title-input{height:15rem}.text-input{height:25rem}.submit-button{padding:1.5rem 3rem;font-size:1.8rem;margin-top:3rem;margin-left:2rem}.submittedtext{font-size:4rem}.create-btn{width:50%;font-size:2.2rem}}
