.header {
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #DDDDDD;
  padding: 40px;
  
}


.space{
	color:#f2f2f2;
}


.center{
    
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;  
}
.center2{
    
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DDDDDD;  
}


.social3{
  justify-content: space-between;
  display: flex;
  align-items: center;
  background: #DDDDDD; 
  padding: 5px;
}

@font-face {
   font-family: Alilato, "Alilato Black", "Alilato ExtBd", "Alilato ExtLt", "Alilato Light", "Alilato Med", "Alilato SemBd", "Alilato Thin";
   src: url(sansation_light.woff);
}

* {
   font-family: Alilato, "Alilato Black", "Alilato ExtBd", "Alilato ExtLt", "Alilato Light", "Alilato Med", "Alilato SemBd", "Alilato Thin";
}

.responsive {
  width: 100%;
  height: auto;
  max-width: 400px;

}

.responsiveLogo {
  width: 100%;
  height: auto;
  max-width: 400px;
}





