body{
    background-color: rgb(103, 73, 131);
    font-size: 24px;
}
.UI{
    background-color: dimgrey;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px;
    margin: auto;
    padding: 30px 30px 100px 30px;
    color: white;
    font-size: 16px;
    width: 90%;
    max-height: 3000px;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}
a{
    color: aliceblue;
}
h1{
    font-size: 30px;
    text-decoration: underline;
}
.buttons{
    display: flex;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.button{
    height: 70px;
    padding-top: 40px;
    margin-right: 10px;
    width: 30%;
    font-size: 4vh;
    background-color: transparent;
    color: aliceblue;
    margin-top: 20px;
}
.button:hover{
    border: 3px solid tan;
}

/** Module CSS **/
.input{
    background-color: aqua;
    margin-bottom: 50px;
    min-height: 50px;
    padding: 20px;
}
input#numm{
    width: 100%;
    font-size: 30px;
    margin-bottom: 20px;
}

input{
    font-size: large;
}
button{
    font-size: 24px;
}
.result{
    color: black;
    margin-bottom: 20px;
}


/** Basic CSS **/
.calc{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    overflow: hidden;
    width: 400px;
    max-width: 90%;
    border: 4px solid salmon;
    max-height: 99%;
}
#statement{
    width: 100%;
    height: 15%;
    font-size: 24px;
    color: black;
    text-align: center;
    padding-top: 20px;
    background-color: white;
}

.bottom{
    background-color: black;
    padding: 10px;
    height: 85%;
}
button.buttonss{
    height: 100px;
    width: 100px;
    font-size: 26px;
    color: black;
    background-color: white;
}
button.buttonz{
    height: 100px;
    width: 100px;
    font-size: larger;
    color: black;
    background-color: white;
}

.section2{
    margin-top: 50px;
}