body{
margin:0;

}
.container{
	display: flex;
	justify-content: center;
	align-items: center;

position: absolute;
width: 100%;
height: 100%;
background: #ffffff; 
}

.item{
text-align: center;
font-family: 'Raleway', sans-serif;
color: #09384a
}

.item a{
	color: #09384a;
}

.item img{
	width: 350px;
}
h1{
	font-size: 1.2rem;
	color: #09384a;
 }
 hr{
 
 	border: 1px;

 }