@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap") *{box-sizing:border-box}:root{--backgroundColor:#ff90a4;--outputColor:rgba(241,238,238,0.8549019607843137)}body{margin:0}.App{font-family:"Fredoka One",cursive;text-align:center;margin:auto;max-width:800px;padding:1rem}.App,.main{min-height:100vh}.main{border:.1px solid #ff90a4;border:.1px solid var(--backgroundColor);background-color:#ff90a4;background-color:var(--backgroundColor);border-radius:20px;box-shadow:7px 7px 7px 3px #b3b1af;max-width:100vw}.GitDiv{text-align:left;margin:0 auto 0 .5rem;font-size:xx-large}input{display:block;margin:4rem auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:15rem;font-size:1rem;padding:1.5rem}button,input{border-radius:6px}button{margin:1rem;width:9rem;height:4rem;font-size:x-large;color:#fffefe;background-color:rgba(0,0,0,.5019607843137255)}button:hover{background-color:#000;border:2px solid;cursor:pointer}.output{border:2px solid;padding:.5rem;max-width:30rem;min-height:10vh;margin:2rem auto;font-size:1.2rem;font-weight:700;background:rgba(241,238,238,.8549019607843137);background:var(--outputColor)}section{margin:1rem}
/*# sourceMappingURL=main.71bc32c2.chunk.css.map */