.component {
  display: flex;
  justify-content: center;
  align-items: center;
}

.message {
  color: #333;
}
