*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 120%;
    background-image: linear-gradient(to right ,rgb(255, 0, 191),rgb(255, 251, 0));
}
.container{ text-align: center;
   font-size: 10px;
    background-image: linear-gradient(to bottom,rgb(166, 0, 255) ,rgb(0, 255, 255));
     width: 11cm;
    height: 13.1cm;
    margin: auto;
  border: none;
    border-radius: 20px;
 }
 button{ 
    border: none;
border-radius: 10px;
width: 65px;
height: 50px;
font-size: 35px;
margin: 5px;
background-color: rgb(238, 218, 93);
}
.calulator{
text-align: center;
}
table{
margin-left: 50px;
margin-top: 20px;
}

input{
width: 300px;
padding:10px;
border-radius: 10px;
height: 80px;
margin: 5px;
margin-top: 50px;
margin-left: 5px;
}
h1{   font-family:Cooper Black;
text-align: center;
height: 1.5cm; 
margin-top: 80px;
color: rgb(11, 248, 7);

}
.footer-heading{
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
h2 a{
    text-decoration: none;
    color: rgb(227, 237, 238);
}
.footer-img{
 
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
gap: 30px;}
    .social-logo{
        width:50px;
    }
/* media query */
@media screen and (max-width:450px) {
    body{
background-image: none;
background-image: linear-gradient(to right ,rgb(255, 0, 0),rgb(241, 79, 227),rgb(247, 247, 31));
    }
    
    h1{
        color: rgb(0, 0, 0);
        font-size: 25px;
        
       
    }
    .container{
        width: 6cm;
        height: 8cm;
       
    }
    input{
        width: 150px;
        padding:10px;
        border-radius: 10px;
        height: 1cm;
        margin: 5px;
        margin-top: 20px;
        margin-left: 5px;
        }
        button{ 
            border-radius: 10px;
            width: 30px;
            height: 25px;
            font-size: 20px;
            background-color: rgb(232, 216, 48);
            }
            h2{
                margin-top: 50px;
                font-size: 20px;
    
            }
            table{
                margin-left: 27px;
                margin-top: 20px;
                }
                .social-logo{
                    width:30px;
    
                }  
                
}