<div id="root"> <div class="count">10</div> <button>plus</button> <button>minus</button> </div> body { text-align: center; zoom: 300%; } .count { color: green; }