@import"https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap";*{margin:0;padding:0;font-family:Roboto Mono,monospace}html,body{height:100%}#root{display:flex;align-items:center;justify-content:center;height:100%}.calculator{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:fit-content;padding:1.5rem;border:3px solid #616161;background-color:#fff;border-radius:10px}.outputBar{padding:10px;margin-bottom:1rem;outline:none;width:95%;box-sizing:border-box;height:3rem;font-size:20px;border-radius:4px;border:2px solid rgb(53,53,53);background-color:#949494;color:#fff;font-weight:700}.outputBar:hover{cursor:default}.buttonGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr);width:fit-content;gap:.5rem}#btn{border-radius:7px;background-color:#dfdfdf;width:60px;height:60px;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1.2rem}#btn:hover{cursor:pointer;background-color:#cecece;height:56px;width:56px;border:2px solid #9a9a9a}.btn-1{background-color:red!important;color:#fff}.btn-2{background-color:#fa0!important}.btn-16{grid-row:span 2;height:100%!important}.fa-solid{pointer-events:none}
