@import url(https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap);*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;font-family:Comic Neue,cursive;scroll-behavior:smooth}body{background-color:#fff;padding:0 20px}nav{align-items:center;padding:0 5px}#nav-box,nav{display:flex;justify-content:space-between}nav a{color:#000;margin:5px;text-decoration:none}.nav a:active,.nav a:focus{color:#5050d4}#seperator{color:#000;margin-top:3px}#home h3{font-weight:bolder}#home p{font-weight:lighter}#calculator{align-items:center;display:flex;gap:10%;height:90vh;margin:0 auto;width:100%}#calculator h2{font-size:2rem;margin-bottom:2rem;width:40%}#calc-box{width:50%}#display{background-color:grey;color:#fff;display:flex;font-size:2rem;height:3rem;justify-content:flex-end;text-align:right;width:100%}.calc-outer-container{display:grid;grid-template-columns:repeat(4,25%);grid-template-rows:repeat(5,20%);height:75%;width:100%}.calc-outer-container button{font-size:1.4rem}.spanner{grid-column:1/3}.coloured{background-color:#ff8c00}#error{color:red}#quotes{align-items:center;background-color:#fff;border-radius:.4rem;color:#000;display:flex;height:40%;justify-content:center;margin:30px 0;padding:10px;width:90%}#quotes:hover{color:#4e4e4e}#quote-loading{color:#3945f0}
/*# sourceMappingURL=main.4686f5a5.css.map*/