cara membuat semua tombol ukuran yang sama CSS

button {
	width: 4rem;
    height: 1rem;
}
MitchAloha