body {
  background-color: #FFF;
}

.container {
  position: relative;
  width: 100%;
}

.center {
  margin: 0;
  position: absolute;
  top: 0%; /* Ensures it starts at the very top */
  left: 50%;
  transform: translateX(-50%); /* Centers the image horizontally */
  border: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #196F3D;
}

