Assuming the .box element below is the only element on the page, what is the total height calculated by using the given CSS properties?
.box {
border: 1px solid black;
padding: 10px;
height: 125px;
}
a) 125 pixels
b) 156 pixels
c) 312 pixels
d) 147 pixels