body {
  margin: 0 auto;
  width: 60%;
}

.button--primary {
  background-color: violet;
}
.button--secondary {
  background-color: burlywood;
}
