h1 {
	
	font-size:100px;
	text-align: center;
	color:#003399;
	bottom:15px;
	font-family:'Dokdo-Regular';
	  
}

h2 {
	text-align:center;
}


body {
	 background-image:url('home background2.jpeg');
  font-family:'Dokdo-Regular';
	 color:navy; 
}



/*figure animation*/

.img-container {
  position: relative;
  display: inline-block;
}

.img-container img {
  width: 300px; 
    display: block;
}


.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  width: 350px; 
}

.static {
  opacity: 1;
  transition: opacity 0.2s ease;
}


.img-container:hover .hover-img {
  opacity: 1;
}

.img-container:hover .static {
  opacity: 0;
}


/*Article*/

article { 
position:relative;
       
	
	}

.Body {
    position:relative;
	bottom:260px;
	left:370px;
	font-size:25px;
	color:#003399;
	font-family:'Dokdo-Regular';
	
}
