.button {
  font-size: 24px;
  height: 30px;
  width: 200px;
}
.button.full {
  width: 100%;
  color: 'green';
}
