@font-face {
	 font-family: Lato;
	 src: url("Lato.ttf") format("truetype");

}
h1 {
  
  font-size:25;
}
h2 {
  
  font-size:21;
  color: #413364
}
body {
	font-family: Lato;
font-size:20;
    background: #9BA2D8;
}
header{
	
	display: flex; 
    justify-content: space-between;

}
.header-left{

 padding-left: 25;
 overflow: auto;
    background: url(header.png);
	width: 100%;
}

.flex-container{
	
	display:flex;
	justify-content:center;
	align-items:center;
}