html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
  Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}

img {
  width: 30%;
}

#text {
  margin-left: 10px; /* Adjust this value to create the desired spacing between the image and text */
}

#gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #00ab9b;
  --gradient-color-2: #0481c8;
  --gradient-color-3: #101d3b;
  --gradient-color-4: #025171;
  z-index: 0;
}
