body {
	background-color: #000000; /* Fondo negro 
	position: relative; /* Para que la imagen se posicione correctamente */
  	
<div>
  <img src="https://drive.google.com/file/d/16akGrRc-IEa1P-41sUvc4-4OwL1ZNOnZ/view?usp=sharing" style="float: left"/>
  /*<p>Aquí iría mucho texto para que rodee a la imagen y conseguir apreciar el efecto de alineación...</p>*/
</div>
	
}

#content {
  /* Estilos para tu contenido */
}

h2 {
	color: white;
		
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	background-color: yellow; 
	text-decoration: underline;
}

#corner-image {
  position: absolute;
  bottom: 0;
  right: 0;
  /* Ajusta el tamaño de la imagen si es necesario */
}


