@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);.display{border-radius:40px;box-sizing:border-box;display:flex;flex-direction:column;font-weight:700;height:96px;justify-content:space-between;margin-bottom:10px;padding:1rem;width:100%}.input{justify-content:flex-start}.input,.result{align-items:center;display:flex}.result{justify-content:flex-end}.button,.result{font-size:1.4rem}.button{border:none;border-radius:40px;color:inherit;cursor:pointer;font-weight:700}.calculator{border-radius:56px;height:546px;padding:16px;width:350px}.buttons{grid-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr);height:calc(100% - 106px);width:100%}body{background-color:#b6b4f5;color:#311b57;font-family:Courier New,Courier,monospace;margin:0}.bg-dark{background-color:#311b57;color:#b6b4f5}.bg-primary{background-color:#aba9f4;color:#311b57}.bg-secondary{background-color:#615bac;color:#311b57}.bg-warning{background-color:#ffb26a;color:#5a3b0e}.bg-danger{background-color:#ff6d6d;color:#5a0e0e}.fg-secondary{color:#505c66}ul{list-style-type:none;padding:0}small{font-size:.8rem}a{color:#5f37cb;text-decoration:none}a:hover:not(.text-shadow-none){text-shadow:#311b57 0 0 8px}.text-decoration-none{color:#311b57;text-decoration:none}.text-shadow-none{text-shadow:#0000}.container{margin:0 auto;max-width:1024px;padding:2rem}.p-1{padding:1rem}.p-2{padding:2rem}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ms-0{margin-left:0}.me-0{margin-right:0}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}.ms-2{margin-left:2rem}.me-2{margin-right:2rem}.mt-3{margin-top:3rem}.mb-3{margin-bottom:3rem}.ms-3{margin-left:3rem}.me-3{margin-right:3rem}.align-items-center{align-items:center}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-between{justify-content:space-between}.justify-content-center{justify-content:center}.d-flex{display:flex}.flex-column{flex-direction:column}.text-start{text-align:start}.text-center{text-align:center}.text-end{text-align:end}.row{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.col{flex:1 0}.col-12{flex:0 0 auto;width:100%}.col-9{flex:0 0 auto;width:75%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-6{flex:0 0 auto;width:50%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-3{flex:0 0 auto;width:25%}@media screen and (min-width:576px){.row{gap:2rem}.p-sm-2{padding:2rem}.col-sm{flex:1 0}.col-sm-12{flex:0 0 auto;width:100%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-3{flex:0 0 auto;width:25%}.row-sm-reverse{flex-direction:row-reverse;flex-wrap:wrap-reverse}.text-sm-start{text-align:start}.text-sm-center{text-align:center}.text-sm-end{text-align:end}}@media screen and (min-width:768px){.col-md{flex:1 0}.col-md-12{flex:0 0 auto;width:100%}.col-md-9{flex:0 0 auto;width:75%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-6{flex:0 0 auto;width:50%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-3{flex:0 0 auto;width:25%}.row-md-reverse{flex-direction:row-reverse;flex-wrap:wrap-reverse}.text-md-start{text-align:start}.text-md-center{text-align:center}.text-md-end{text-align:end}}@media screen and (min-width:992px){.col-lg{flex:1 0}.col-lg-12{flex:0 0 auto;width:100%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-3{flex:0 0 auto;width:25%}.row-lg-reverse{flex-direction:row-reverse;flex-wrap:wrap-reverse}.text-lg-start{text-align:start}.text-lg-center{text-align:center}.text-lg-end{text-align:end}.justify-content-lg-end{justify-content:flex-end}}@media screen and (min-width:1200px){.col-xl{flex:1 0}.col-xl-12{flex:0 0 auto;width:100%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-3{flex:0 0 auto;width:25%}.row-xl-reverse{flex-direction:row-reverse;flex-wrap:wrap-reverse}.text-xl-start{text-align:start}.text-xl-center{text-align:center}.text-xl-end{text-align:end}}.flex-wrap{flex-wrap:wrap}.rounded-circle{border-radius:50%;width:100%}.max-content{min-width:-webkit-max-content;min-width:max-content}.min-content{min-width:-webkit-min-content;min-width:min-content}.fit-content{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1000}
/*# sourceMappingURL=main.3ad868b1.css.map*/