Comment faire tous les boutons de même taille CSS

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