html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0}embed,iframe,img,object,video{max-width:100%}blockquote,figure,h1,h2,h3,h4,h5,h6,hr,li,ol,p,pre,ul{margin:0;padding-right:0;padding-left:0}a{text-decoration:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{display:block}ol,ul{list-style:none}button,input,textarea{border:0;border-radius:0;background-color:transparent;font-size:inherit;font-family:inherit;font-weight:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left}button:active,button:focus,button:hover,input:active,input:focus,input:hover,textarea:active,textarea:focus,textarea:hover{outline:none}:root{font-family:Helvetica,Arial,sans-serif}html{font-size:175%;font-weight:300;line-height:1.3}body{-webkit-box-align:center;align-items:center;background-image:linear-gradient(236deg,#74ebd5,#acb6e5);display:-webkit-box;display:flex;height:100vh;-webkit-box-pack:center;justify-content:center}.container{max-width:20em}.container>p{text-align:center}.calculator{border-radius:12px;box-shadow:0 0 40px 0 rgba(0,0,0,.15);margin-left:auto;margin-right:auto;margin-top:2em;max-width:15em;overflow:hidden}.calculator__display{background-color:#222;color:#fff;font-size:1.714285714em;padding:.5em .75em;text-align:right}.calculator__keys{background-color:#999;display:grid;grid-gap:1px;grid-template-columns:repeat(4,1fr)}.calculator__keys>*{background-color:#fff;padding:.5em 1.25em;position:relative;text-align:center}.calculator__keys>.is-depressed:before,.calculator__keys>:active:before{background-color:rgba(0,0,0,.2);bottom:0;box-shadow:inset 0 0 6px 0 rgba(0,0,0,.5);content:"";left:0;opacity:.3;position:absolute;right:0;top:0;z-index:1}.key--operator{background-color:#eee}.key--equal{background-image:-webkit-gradient(linear,left top,left bottom,from(#fe886a),to(#ff7033));background-image:linear-gradient(180deg,#fe886a,#ff7033);grid-column:-2;grid-row:2/span 4}
/*# sourceMappingURL=/style.cb4ff793.css.map */