body{font-family:Nunito,sans-serif;font-optical-sizing:auto}.centerdiv{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.calculator{display:flex;flex-direction:column;width:clamp(20rem,50vw,70rem);height:clamp(40rem,60vh,80rem);background-image:linear-gradient(to bottom,#575757,#503f5e);box-shadow:0 20px 30px #31313195;border-radius:50px;padding-left:40px;padding-right:40px;padding-top:30px;align-items:center}h1{font-size:clamp(1.25rem,2vw,5rem)}.screen{display:flex;flex-direction:column;width:clamp(20rem,50vw,70rem);height:clamp(10rem,20vh,50rem);background-color:#232323;border-radius:30px;text-align:left;padding-left:20px;padding-bottom:20px;color:#fff}.divider{height:5px;background-color:gray;width:20vw;margin-bottom:20px;border-radius:20px}row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:40px;margin-top:20px;margin-bottom:30px}button{width:clamp(5rem,15vw,15rem);height:7vh;background-image:linear-gradient(to bottom,#92edda,#91d2a0);border-radius:20px;font-size:20px;box-shadow:0 20px 30px #3131315e;outline:none;border:none}img{width:clamp(40rem,50vw,60rem);height:auto;border-radius:30px}.clear{margin-bottom:20px;background-image:linear-gradient(to bottom,#e892ed,#a591d2);width:clamp(5rem,15vw,15rem);display:flex;justify-content:center;align-items:center;height:7vh;text-decoration:none;color:#fff;border-radius:20px;font-size:20px;box-shadow:0 20px 30px #3131315e;outline:none;border:none}.fullcenterdiv{display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;height:50vw}.longdiv{display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;height:500vw}
