h1 {
  text-align: center;
}

.container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 30px;
}

/* #br-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 20px;
} */


button {
  padding: 20px 40px;
  font-size: 24px;
  border-radius: 40px;
  background-color:#ffe6cc
}

.btn::after {
  content: attr(sbs);
  display: block; /* Places it below */
  font-size: 0.5em;
  margin-top: 10px;
}

p {
  text-align: center;
}