.container{
    text-align: center;
    margin-top: 23px;
}
table{
    margin: auto;
}
input{
font-size: 34px;
border: 5px solid rgb(28, 33, 28);
border-radius: 21px;
}
button{
        font-size: 40px;
    background: #EEAECA;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
    width: 102px;
    height: 90px;
    border-radius: 20px;
    cursor: pointer;
    margin: 3px;
    
}
.calculator{
    display: inline-block;
    background: #833AB4;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    border-radius: 20px;
    padding: 20px;
    border: 4px solid rgb(33, 84, 139);
}
h1{
    font-size: 3rem;
    font-style: inherit;
    font-weight: bold;
    
}