@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: ;
	font-size: 14px;
	background-color:darkgray;
	

  font-family: "Figtree", serif;
  font-optical-sizing: ;
  font-style: normal;
}


header {
	line-height: 10px ;
	color: dimgray;
	padding-bottom: 20px;
	font-family: "Phudu", serif;
  	font-optical-sizing: auto;
  	font-weight: 300;
  	font-style: normal;
}

h1{ 
	color: black;
	font-family: "Phudu", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size: 25px;
}

#container {
	width: 80%;
	margin: 0 auto;
	position: relative;
	background-color:aliceblue;
	background-image:url("Images/universe (1).png");
	background-repeat: no-repeat;
	padding: 20px;
}
article {
	padding: 40px 100px 40px 400px;
}

img {
	
	border-radius: 50%;
	shape-outside: circle(50%);	
	
	
}




