@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,500;1,400&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;font-family:Poppins,sans-serif}.d-flex{display:flex}.flex-center{align-items:center;flex-direction:row}.flex-column{flex-direction:column}.align-center,nav{align-items:center}nav{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;height:10vh;justify-content:space-between;padding:0 2rem;transition:all .3s ease-in-out;z-index:100}nav .logo{color:#000;font-size:2rem;font-weight:600;text-decoration:none}nav .nav-links{align-items:center;display:flex;justify-content:space-between;width:30%}nav .nav-links li{list-style:none}nav .nav-links .links{border-radius:5px;color:#000;font-size:1.1rem;font-weight:500;letter-spacing:1px;padding:.5rem;text-decoration:none;transition:all .3s ease-in-out}nav .nav-links .links:hover{background:#f5f5f5;color:#000}.home{border-radius:5px;margin:50px auto 0;padding:20px}.home .home-title{font-size:2.5rem;font-weight:600;margin-bottom:30px}.home .home-content,.home .home-title{color:#000;letter-spacing:1px;padding:.5rem;text-decoration:none}.home .home-content{grid-gap:10px;border-radius:5px;display:grid;font-size:1.1rem;font-weight:500;gap:10px;place-items:center;transition:all .3s ease-in-out}.home .home-content:hover{background:#f5f5f5;color:#000}.calculator{box-sizing:border-box;margin-top:100px;padding:20px;width:400px}.display{background-color:grey;color:#fff;display:flex;font-size:40px;justify-content:flex-end;padding:0 .5rem;text-align:right;width:100%}.display,.keypad-key{align-items:center;box-sizing:border-box}.keypad-key{grid-gap:.5rem;background-color:#dcdcdc;border:1px solid silver;cursor:pointer;display:grid;font-weight:700;height:100%;padding:.5rem;width:10rem}.keypad-key--double{width:21.2rem}.keypad-key:hover{background-color:silver}.last{background-color:#f4913e}.last:hover{background-color:#dd731d}.num-pad,.top-row{display:flex;height:50px;width:100%}.calcs{height:100%;justify-content:space-between;padding:0 2rem;width:100%}.calcs .calc:hover{background:#f5f5f5}.calcs .calc-title{color:#000;font-size:2.5rem;font-weight:600;letter-spacing:1px;padding:.5rem;text-decoration:none}.qoutes{height:80vh;justify-content:center}.qoutes .qoutes-title{font-size:2.5rem;font-weight:600}.qoutes .qoutes-content,.qoutes .qoutes-title{color:#000;letter-spacing:1px;padding:.5rem;text-decoration:none}.qoutes .qoutes-content{grid-gap:10px;border-radius:5px;display:grid;font-size:1.1rem;font-weight:500;gap:10px;place-items:center;transition:all .3s ease-in-out}.quote{width:70%}
/*# sourceMappingURL=main.fdf00cd2.css.map*/