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

#gradient-canvas {
    width: 100%;
    height: 100%;
    background: lightgrey;
}

#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: 10%;
}

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