<style>
button{
}
.button{
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #000;
max-width: 96px;
height: 72px;
}
</style>
<button class="button">Кнопка</button>
<div class="button">Кнопка</div>