.body-calc {
    width: 400px;
    height: 400px;
    margin-left: 550px;
    margin-top: 120px;
}
p{
    border-color: black;
    border-width: 20px;
}
.pad {
    width: 50px;
    height: 50px;
    margin: 5px;
    padding-top: 5px;
    border: 5px;
    border-radius: 5px;
    background: #6a34b0;
}
.row {
    margin: 10px;
}

body {
    background-color: rgba(38, 71, 91,2);
}
#result {
    border-left: 10px;
    font-size: 20px;
    resize: none;
    width: 260px;
    height: 25px;
    background-color: white;
    
}