.result { height: 60px; background-color: #bbb; width: 100%; } .result p { font-size: 40px; margin: 5px; } .calculator-body { max-width: 400px; margin: auto; } .button { display: block; background-color: #bbb; } button { width: 25%; height: 60px; font-size: 30px; outline: none; } button:active { background-color: #bbb; }