.gray-background {
  background-color: #e0e0e0;
  padding: 3px;
  border-radius: 3px;
}

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