body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Poppins,sans-serif;list-style:none;margin:0;padding:0;text-decoration:none}.navbar{align-items:center;background-color:#2f1a1a;display:flex;flex-direction:row;height:7rem;justify-content:space-between;padding:2rem 5rem;width:100%}.navbar-title{color:#fff;font-size:2.5rem;font-weight:700}.navbar-links{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:30%}.links{color:#fff;font-size:1.2rem;font-weight:500;text-align:center}.links:hover{color:#27e819;-webkit-transform:scale(1.3);transform:scale(1.3);transition:all .3s ease-in-out}.home-page{padding:2rem 5rem}.home-title{color:#2f1a1a;font-size:3rem;font-weight:700}p{color:#222;font-size:1.5rem;font-weight:400;line-height:1.5;margin:1rem 0}.calculator-page{background-color:#f5f5f5;display:flex;flex-direction:row;height:auto;justify-content:space-evenly;padding:2rem 6rem;width:100%}.calculator-title{align-items:flex-start;color:#222;flex-direction:row;font-size:2rem;font-weight:700;padding:2rem 0}.calculator,.calculator-title{display:flex;justify-content:center}.calculator{align-items:center;background:#fff;border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);flex-direction:column;height:29rem;max-width:400px;width:50%}.calculator-display{align-items:center;background:#a99999;border-radius:5px 5px 0 0;color:#fff;display:flex;font-size:2rem;height:20%;justify-content:flex-end;padding:0 1rem;width:100%}.calculator-buttons{display:flex;flex-direction:column;height:80%;width:100%}.calculator-buttons-row{display:flex;height:20%;width:100%}.btn{align-items:center;background:#f1f1f1;border:1px solid #e1e1e1;color:#333;cursor:pointer;display:flex;font-size:1.5rem;font-weight:500;height:100%;justify-content:center;transition:all .2s ease-in-out;width:25%}.btn:hover{background:#e1e1e1}.btn-operation{background:orange;border:1px solid #e1e1e1;cursor:pointer;font-size:1.5rem;font-weight:500;height:auto;transition:all .2s ease-in-out;width:25%}.btn-operation:hover{background:#ff8c00}.zero{width:50%}.quote{padding:8rem}.quote-title{font-size:1.5rem;font-weight:400;line-height:1.5}@media screen and (max-width:768px){.navbar{height:5rem;padding:1rem}.navbar-title{font-size:1.2rem}.navbar-links{width:50%}.links{font-size:1rem}.links:hover{color:#27e819;-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .3s ease-in-out}.home-page{padding:2rem}.home-title{font-size:2rem}p{font-size:1.5rem}.calculator-page{flex-direction:column;height:auto;padding:1rem}.calculator-title{align-items:center;font-size:1.5rem;padding:1rem 0}.calculator{align-self:center;height:25rem;width:100%}.quote{padding:3rem}.quote-title{font-size:1rem;line-height:1rem}}
/*# sourceMappingURL=main.6dc26dac.css.map*/