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}.micImg{border:1px solid #ff4500;border-radius:50%;cursor:pointer;margin:5px;padding:5px;width:30px}.micImg.recording{border:3px solid red;padding:3px}.inputBox{background-color:#fff;border:2px solid #ff4500;display:flex;height:25vh;width:36vw}.inputBox:focus-within{border:2px solid red}.inputBox textarea{border:none;font-family:inherit;font-size:20px;margin:5px;outline:none;overflow:auto;resize:none;width:95%}.inputBox textarea::-webkit-scrollbar{width:0}@media only screen and (max-width:1000px){.inputBox{width:80vw}}.translateButton{background-color:#000;border:1px solid red;border-radius:5%;color:#fff;cursor:pointer;margin:10px}.translateButton:hover{background-color:#ff4500}.translateButton .arrowImg{margin:5px;width:20px}@media only screen and (max-width:1000px){.arrowImg{transform:rotate(90deg)}}.outputBox{background-color:#fff;border:2px solid aqua;display:flex;height:25vh;width:36vw}.outputBox:focus-within{border:2px solid #00ced1}.outputBox textarea{border:none;caret-color:#0000;font-family:inherit;font-size:20px;margin:5px;outline:none;overflow:auto;resize:none;width:95%}.outputBox textarea::-webkit-scrollbar{width:0}@media only screen and (max-width:1000px){.outputBox{width:80vw}}.history{color:#fff;margin-top:20px;text-align:center;width:80vw}.history h2{margin:10px}.history .historyToggle{display:flex;flex-direction:row;justify-content:center}.history .historyToggle .toggleImg{cursor:pointer;margin:12px 0 8px 10px;width:20px}.history .historyToggle .toggleImg.open{transform:rotate(270deg)}.history .historyToggle .toggleImg.closed{transform:rotate(90deg)}.App{align-items:center;background-color:#282c34;display:flex;flex-direction:column;height:100vh;overflow-y:scroll}.title{color:#fff}.body{align-items:center;display:flex;flex-direction:row;justify-content:center}.historyArea{margin:5px;overflow:scroll}.historyArea::-webkit-scrollbar{width:0}@media only screen and (max-width:1000px){.body{flex-direction:column}}
/*# sourceMappingURL=main.150ecbae.css.map*/