    .top-right-image {
        position: absolute;
        top: 0;
        right: 10;
        /* Other styles for your image */
    }
	h1 {
  font-size: 48px; /* Absolute unit - sets a fixed size */
  color: blue;
}
.header-image {
  float: right;
  margin-left: 10px; /* Optional: Add some space to the left of the image */
}


