.container{
    text-align: center;
    margin-top:23px
}

table{
    margin: auto;
}

input{
    border-radius: 21px;
    border: 5px solid #244624;
    font-size:34px;
    height: 55px;
    width: 300px;
}

button{
    border-radius: 20px;
    font-size: 40px;
    background: #ffffff;
    width: 72px;
    height: 60px;
    margin: 6px;
    font-weight: 400;
}

.calculator{ 
    border: 4px solid #13695d;
    background-color: #5343eb;
    padding: 23px;
    border-radius: 53px;
    display: inline-block;
    
}

h1{
    font-size: 28px;
    font-family: 'Courier New', Courier, monospace;
}


@media(max-width:768px) {
    button{
        border-radius: 20px;
        font-size: 25px;
        background: #ffffff;
        width: 52px;
        height: 40px;
        margin: 6px;
    }

    input{    
        width: 250px;
    }

    .calculator{ 
      padding:.5rem;
    }
    
    
}
