.container {
  padding: 16px;
}

.styledButton {
  background: #f00;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 2em;
}
