body{background:teal;min-height:100vh;margin:0;font-family:"MS Sans Serif",Segoe UI,Arial,sans-serif}.App{background:silver;border:2.5px solid #fff;border-bottom:2.5px solid #404040;border-right:2.5px solid #404040;border-radius:0;box-shadow:0 0 0 2px gray,4px 4px #000;max-width:420px;margin:7vh auto 0;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:center}h1{font-size:1.7rem;color:#000;margin-bottom:.5rem;letter-spacing:1px;font-family:"MS Sans Serif",Arial,sans-serif;background:navy;color:#fff;width:100%;padding:.5rem 0;margin:0 0 1.2rem;border-bottom:2px solid #fff;border-top:2px solid #404040;text-align:center;box-shadow:0 2px gray}.speech{background:#fff;color:#000;border:2px solid #808080;border-radius:0;padding:.7rem 1.2rem;margin-bottom:1.2rem;font-size:1.08rem;box-shadow:2px 2px gray;position:relative}.speech:after{content:"";position:absolute;left:18px;bottom:-12px;width:0;height:0;border-top:12px solid #fff;border-left:12px solid transparent;border-right:12px solid transparent}input[type=file]{margin:1.2rem 0 1.5rem;padding:.5rem;border-radius:0;border:2px solid #808080;background:#fff;font-size:1rem;font-family:"MS Sans Serif",Arial,sans-serif;cursor:pointer;box-shadow:2px 2px gray}input[type=file]:hover{border:2px solid #000080}button{background:silver;color:#000;border:2px solid #808080;border-radius:0;padding:.5rem 2rem;font-size:1.1rem;font-family:"MS Sans Serif",Arial,sans-serif;font-weight:700;margin-top:.5rem;margin-bottom:1.5rem;cursor:pointer;box-shadow:2px 2px #fff,4px 4px gray;transition:background .2s,transform .1s}button:hover{background:navy;color:#fff;border:2px solid #fff}video,img{margin:1.2rem 0 .5rem;border-radius:0;box-shadow:2px 2px gray;border:2px solid #404040}p{color:#000;font-size:1.1rem;margin-top:2rem;font-family:"MS Sans Serif",Arial,sans-serif}.result-emoji{font-size:2.2rem;margin-bottom:.5rem}::-webkit-scrollbar{width:12px;background:silver}::-webkit-scrollbar-thumb{background:gray;border:2px solid #fff}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
