body{background-color:#f5f5f5;min-height:90vh}#root,body{display:flex;justify-content:center;align-items:center}#root{background-color:#000;max-width:308px;height:auto;flex-direction:column;padding:25px 20px;border-radius:10px;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}*{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.Calculator_container__NgrF3{background-color:#000;max-width:308px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:25px 35px;border-radius:10px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.Calculator_keypad_btns__2JUEk{display:grid;grid:repeat(5,45px)/repeat(4,45px);grid-row-gap:20px;grid-column-gap:20px}.Calculator_keypad_btns__2JUEk button{outline:none;border:none;border-radius:10px;background-color:#000;color:#fff;font-size:large;font:700}.Calculator_keypad_btns__2JUEk button:hover{background-color:#050505}.Result_display_area__3uYnn{width:100%;margin:3vh 0;display:grid;grid-template-columns:100%;grid-template-rows:repeat(2,minmax(40px,auto));word-wrap:break-word;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,50.2%,.116)}.Result_display_area__3uYnn .Result_currentInput__1mQ66{text-align:right;color:#fff;line-height:2;height:8vh;font-size:xx-large;word-wrap:break-word}.Result_display_area__3uYnn .Result_answerScreen__1mXdL{text-align:right;color:hsla(0,0%,58.8%,.87);line-height:3;height:7px;font-size:larger}
/*# sourceMappingURL=main.e9311376.chunk.css.map */