@import"https://fonts.googleapis.com/css?family=Cabin";:root{--main-color: #d3c0f9}html{font-size:62.5%}body{color:#000;font-family:Helvetica,Arial,sans-serif;font-size:1.6rem!important;line-height:1.6;margin:0}h1,p{font-family:Lato}*,*:before,*:after{box-sizing:border-box}button{cursor:pointer}a{text-decoration:none;color:inherit}button:disabled{cursor:default}.is-active{font-weight:700}@media (min-width: 45rem){.show-for-mobile{display:none}}@media (max-width: 44.99rem){.show-for-desktop{display:none}}.box-layout{height:100vh;width:100vw;background:linear-gradient(#66d7fa,#100527);display:flex;justify-content:center;align-items:center;flex-direction:column;transition-duration:1s}.box-layout__box{background:#ffffffd9;border-radius:20px;padding:1.2rem;text-align:center;width:auto;margin-bottom:2rem}.box_layout__title{margin:0 0 1.6rem;line-height:1}.box_layout__buttons{display:flex;justify-content:space-between;align-items:center}.button{border:none;outline:none;border-radius:5px;color:#fff;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px}footer{text-align:center}footer a{color:#c75363}.calculator-container{display:grid;grid-gap:1px;grid-template-rows:repeat(6,minmax(60px,auto));grid-template-columns:repeat(4,70px);grid-template-areas:"display display display display" "clear   correction  divide  multiply" "seven   eight   nine    minus" "four    five    six     plus" "one     two     three   equals" "zero    zero    period  equals"}.calculator-button{display:flex;justify-content:center;align-items:center;color:#f7f7f7;background-color:#333}.calculator-button:hover{color:#000;border:1px #f7f7f7 solid}.operator-button{background-color:#666}.display-container{display:flex;flex-direction:column;grid-area:display;color:#f7f7f7;padding:.5rem;background-color:#000}.display-container>div{text-align:right;word-break:break-all}.display-container .history{flex-grow:1;color:orange}.display-container .display{font-size:2.4rem;line-height:1}#clear{grid-area:clear;background-color:#c75363}#zero{grid-area:zero}#equals{grid-area:equals;background-color:#192944}._ggBackspace_e4zmv_1{box-sizing:border-box;position:relative;display:block;width:14px;height:14px;transform:scale(var(--ggs, 1));border:2px solid;border-left:0;border-top-right-radius:2px;border-bottom-right-radius:2px}._ggBackspace_e4zmv_1:after,._ggBackspace_e4zmv_1:before{content:"";display:block;box-sizing:border-box;position:absolute}._ggBackspace_e4zmv_1:before{background:linear-gradient(to left,currentColor 18px,transparent 0) no-repeat center center/10px 2px;border-right:3px solid transparent;box-shadow:inset 0 0 0 2px;right:2px;bottom:1px;width:8px;height:8px;border-left:3px solid transparent;transform:rotate(45deg)}._ggBackspace_e4zmv_1:after{width:10px;height:10px;border-top:2px solid;border-left:2px solid;border-top-left-radius:1px;transform:rotate(-45deg);top:0;left:-5px}
