.content {
  position: relative; /* Ensure content is positioned correctly above background */
  z-index: 1; /* Bring foreground content to the front */
  background-color: none; /* Example: background for content to make it visible */
}

.container {
    text-align:center;
    color:#FFF;
    font-weight:bold;
}