* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(41, 41, 38);
}

p {
    text-align: center;
    margin-top: 5em;
    color: white;
}

table {
    background-color: rgb(224, 227, 233);
    margin: auto;
    border: 1px solid black;
    border-radius: 5px;
    height: 50%;
    /* margin-left: auto;
    margin-right: auto; */
}

#result {
    width: 98%;
    margin: 0.3rem;
    text-align: right;
    font-size: 2.4em;
    text-align: right;
    border: 1px solid rgb(5, 5, 5);
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
}

.calcu {
    width: 370px;
    height: 50%;
}

input[type="button"] {
    width: 100%;
    padding: 20px 40px;
    background-color: #754f39a1;
    color: rgb(10, 10, 10);
    font-size: 24px;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 5px;
}

input[type="text"] {
    padding: 20px 30px;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 5px;
}


/* .table1 {
    background-color: rgb(8, 8, 8);
    color: white;
    /* border-radius: 10px; */


/* font-weight: bold;

}
/* */

*/ */
/* .table2 {
    background-color: rgb(231, 188, 133);
    font-weight: bold;
}

.table3 {
    background-color: rgb(231, 188, 133);
    font-weight: bold;
    text-align: center;
}

.table4 {
    background-color: rgb(231, 188, 133);
    font-weight: bold;
    text-align: center;
}

.table5 {
    background-color: rgb(231, 188, 133);
    font-weight: bold;
    text-align: center;
}

.table6 {
    background-color: rgb(231, 188, 133);
    font-weight: bold;
    text-align: center;
} */