@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);*{box-sizing:border-box;font-family:Roboto;margin:0;padding:0}::-webkit-scrollbar{width:0}body{background-color:#5182ff}.app{display:flex;flex-direction:column;height:100vh;margin:0 auto;padding:15px 0;width:1200px}.search{background-color:initial;border:1px solid #fff;border-radius:30px;color:#fff;font-size:30px;outline:0;padding:20px 0;text-align:center;width:100%}.search::-webkit-input-placeholder{color:hsla(0,0%,100%,.3)}.search::placeholder{color:hsla(0,0%,100%,.3)}.words{-ms-overflow-style:none;border:1px solid #fff;border-radius:30px;color:#fff;font-size:30px;margin-top:15px;overflow:scroll;padding:30px;scrollbar-width:none;width:100%}.words>div>span{background-color:#fff;color:#5182ff}@media (max-width:1200px){.app{padding:15px;width:100%}}@media (max-width:600px){.words{font-size:20px}}@media (max-width:200px){.words{padding:20px 10px}}
/*# sourceMappingURL=main.d37ad332.css.map*/