*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
   
body{
   
    background-color: rgb(143, 183, 183);
   
}

#peru{
    margin-bottom: 650px;
    position: absolute;
    align-items: center;
    justify-content: center;
    color:rgb(11, 11, 11);
    font-family: monospace;
    position: absolute;
    margin-left: 10px;
   
    font-size: 1.5rem;
    padding-left: 1rem;
}
#peru:hover{
    color: rgb(140, 42, 143);
}

.container{
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    position: fixed;
 
  
    align-items: center;
    justify-content: center;
    display: flex;
   
    margin-top:50px;
    position: absolute;
   
}

.Culculator{
    background-color:rgb(46, 43, 43);
    height: 490px;
    border-radius: 20px;
    padding: 2rem;
   
}
#display input{
    width: 250px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    
    
}
form input{
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 9px;
    margin-top: 9px;
    padding: 1rem;
    width: 60px;
font-weight: bolder;
    font-size: medium;
    color: rgb(165, 42, 42);
   
  
}
form input:hover{
    background-color: aqua;
}

.color{
    color: rgb(43, 119, 241);
}
@media all and(min-width:412px) {

    .Culculator{
        height: 10px;
        position: absolute;
    

    }
    h1{
        justify-content: center;
        align-items: center;
        display: flex;
        padding-left: 30px;

    }
}