
.centered-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: black;
  color: white;
  font-size: 24px;
}
