#framework{
    margin: auto;
    font-size: 0;
    border-width: 2px 2px 20px 2px;
    border-style: solid;
    border-color: gray;
    border-bottom-color: rgb(100,100,100);
    background-color: grey;
    border-radius: 2%;
    height: 740px;
    width: 620px;
}
#result,#expression{    
    width: 98%;
    height:50px;
    background-color: #D4DED6;
    border-width: 0 5px;
    text-align: right;
    color: #000000;
    border-radius: 20px 20px 0 0;
    font-size: 40px;
    font-weight: bold;
}
#expression{
    margin-top: 20px;
    margin: auto;
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
}
#result{
    margin: auto;
    border-radius: 0 0 20px 20px ;
}
.layel{
    height: 105px;
    width: 90%;
    margin: auto;
}
button{
    position: relative;
    top:0px;
    outline:none;
    width: 25%;
    color: rgba(65,105,225,0.8);;
    height: 120px;
    font-size: 80px;
    font-weight: bold;
    border-radius: 50%;;
    border-style: solid;
    border-width: 2px 1px 20px 1px;
    border-color: rgba(0,0,0,1)	 rgba(0,0,0,1) rgba(150,150,150,1) rgba(0,0,0,1);
    transition-duration: 0.2s ;
    transition-timing-function: ease;
}
button:hover{
    position: relative;
    top:-20px;
}
#solor{
    height: 70px;
}
#solor img{
    position: relative;
    display: inline !important;
    left:50px;
    top:5px;
    height:60px;

}
#solor span{
    position: relative;
    left:70px;
    font-size: 50px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    top:0px;
}
#solor button span{
position: relative;
font-size: 23px;
left:2px;
top:0px;
}
button:active{
    position: relative;
    top:-5px;
    background-color: rgb(150,150,150);
    border-bottom-color: rgb(100,100,100);
}
#solor button {
    width: 130px;
    height:50px;
    border-radius: 50%;
    background-color: #0F939E;
    color:#E9FEFC;
    position: relative;;
    top:-15px;
    left:130px;
    font-size: 20px;
    text-align: center;
    border-width: 1px 1px 7px 1px;

}
#solor button:active{
    position: relative;
    top:-10px;
}