.numPad div {
    width: 50px;
    height: 35px;
    margin:10px;
    text-align: center;
    padding-top: 10px;
}

.col1 div {
    background-color: #37bbd9;
}

.col2 {
    position: absolute;
    top:70px;
    left: 100px;
}

.col2 div {
    background-color: #37bbd9;
}

.col3 div {
    background-color: #37bbd9;
}

.col3 {
    position: absolute;
    left: 180px;
    top: 70px;
}

#total {
    width: 670px;
    height: 110px;
    background-color: #b6faff;
    font-size: 70px;
}

#sum {
    width: 550px;
    height: 50px;
    background-color: #d4d417;
}

* {
    background-color: #abcdef;
}

h1 {
    color: #5117d4;
}

p {
    color: #9b9292;
}

.numPad #clear {
    background-color: #ffffff;
}

.numPad #plus {
    background-color: #2cdd2c;
}

.numPad #minus {
    background-color: #e22929;
}

.numPad #divide {
    background-color: #e12bf8;
}

.numPad #times {
    background-color: #e3be2b;
}

.numPad #equal {
    background-color: #f8ea37;
}

.operators {
    position: absolute;
    margin-top: 70px;
}
.operators div{
    float: left;
}

.totalAndSum {
    position: absolute;
    top: 400px;
}