
.br() {
  border: 1px solid red;
}

.btn-container {
  .br();
  color: yellow;
  .cs-name {
    color: red;
  }
  .cs-name {
    color: blue;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
