@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);*{box-sizing:border-box}html{font-family:"Noto Sans JP",sans-serif}body{margin:0;background-color:#073e5e;padding:0}.app{z-index:5;width:100%;height:100vh;margin:1rem auto;display:flex;align-items:center;justify-content:center;flex:column 1}input{border-radius:10px;margin:5px 4px;border:2px solid #5a8000;width:25%}input:focus{outline:none;border:2px solid #008026}.singlememe{position:fixed;top:0;left:15%;border-radius:14px;z-index:30;box-shadow:5px 7px 14px 12px rgba(0,0,0,.5);margin:5px 7px;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;width:70%;padding:3px 7px;align-self:stretch;background-color:rgba(6,43,49,.9)}.signlememe_imagecontainer{height:400px;width:400px;background-repeat:no-repeat;background-size:cover}img{width:100%;height:100%;object-fit:cover;background-repeat:no-repeat}.singlememe h1{color:#fff}.input_box{display:flex;align-items:center;justify-content:center;padding:4px 5px;align-self:stretch}.btn{padding:15px 24px;margin:4px 2px;border-radius:10px;background-color:#f5f5f5;color:#40e0d0;cursor:pointer}.btn:active,.btn:hover{background-color:#1398b9;color:#f5f5f5}.input_box span{margin:0 5px;color:#fff}.list{border-radius:12px;height:100%;width:95%;padding:5px 2px;margin:5px 0;list-style:none;flex-wrap:wrap}.list,.meme{display:flex;justify-content:center;align-items:center}.meme{margin:20px 7px;height:400px;flex-direction:column;flex:0 0 25%}.meme_image{height:100%;width:100%;z-index:10;background-repeat:no-repeat;background-size:cover}.meme_name{color:#fff;padding:10px 4px}.generator{width:100%;background-color:#064e70;padding:10px 5px;color:#08dbd1;text-align:center;font-size:2rem}.style_backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:20;background-color:rgba(0,0,0,.75)}.loading{border-radius:50%;border-color:#40e0d0 transparent;border-style:solid;border-width:10px;height:200px;width:200px;-webkit-animation:rotateloader 1s ease-in-out 0s infinite;animation:rotateloader 1s ease-in-out 0s infinite}.loading_container{width:100%;display:flex;justify-content:center;align-items:center;padding:20px 30px;margin:10px 0}.download-btn{padding:10px 15px;margin:7px 0;background-color:#08cf9e;color:#cbe0ec;border-radius:10px}.download-btn:hover{background-color:#08c9eb;color:#043535}@-webkit-keyframes rotateloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotateloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (max-width:600px){input{width:100%;margin:5px auto}.download-btn{margin:4px 2px}.btn{margin:2px}.signlememe_imagecontainer{height:300px;width:300px}.meme{flex:0 0 100%}}
/*# sourceMappingURL=main.e3c3e846.chunk.css.map */