*{
    margin:0;
    padding:0;

}
Body{
height: 100vh;
width : 100%;
background-color: rgba(149, 241, 241, 0.934);
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(45deg,#3ed4e8,rgba(2, 17, 4, 0.267));
}
.poppins-medium-italic{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
  }
.calculator{
background:linear-gradient(50deg,#0a0a0a,rgba(32, 34, 34, 0.377));
border:2px solid black;
box-shadow: 4px 1px 8px 6px rgb(57, 54, 53);
padding:20px;
padding-top: 25px;
border-radius: 12px;
box-shadow: 1px;
height: 70vh;
width: 20%;
}
input{
    color:greenyellow;
width:100%;
height:15% ; 
border-radius:5px ;
box-shadow: 1px 1px 5px 2px rgb(57, 54, 53);
font-size: 25px;
text-align:right ;
cursor:pointer;
background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);

}
button{
display: flexbox;
width: 40px;
height: 50px;
box-shadow: 1px 1px 5px 2px rgb(57, 54, 53);
background-color: #b2bdcfcc;
color: greenyellow;
cursor:pointer;
}
.btn{
 padding: 5px;
 
padding-top: 8px;
} 
.eq{
   background-color: rgb(203, 129, 18); 
}
