*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background-color:#ecf0f3;font:14px Century Gothic,Futura,sans-serif}header{align-items:center;justify-content:space-between}header,main{padding:1rem}main{background:linear-gradient(145deg,#e2e8ec,#fff);border-radius:5px;box-shadow:5px 5px 15px #d1d9e6,-5px -5px 15px #fff;font-weight:550;height:30vw;left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30vw}.calculator{background:linear-gradient(145deg,#6a67ce,#fc63cb);display:flex;flex-direction:column;gap:1rem}ul{gap:1rem;list-style:none}li+li{border-left:2px solid #000;padding-left:1rem}.flex-row{display:flex}.flex-column{display:flex;flex-direction:column}.output{background-color:#858694!important;color:#f5f5f5;font-size:1.5rem;padding:1rem .2rem;text-align:right}table{text-align:center;width:100%}td{border:.05rem solid #d2d2d2;cursor:pointer;padding:.7rem;transition:all .1s ease-in-out}td:active{-webkit-transform:scale(.9);transform:scale(.9)}td:last-child{background-color:#f5913e}@media only screen and (min-width:768px){.calculator{display:flex;flex-direction:row}}
/*# sourceMappingURL=main.28f73d3e.css.map*/