.btn-container {
  border: 1px solid red;
  color: yellow;
}
.btn-container .cs-name {
  color: red;
}
.btn-container .cs-name {
  color: blue;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
