

header {
  
  text-align: center;
  
 
  
}

header img {
  
  width: 50%;
  margin: 35px 0 35px 0;
  max-width: 100%;
  max-height: 100%;
}


h1 {
  
  text-align: center;
  margin: 30px 0 100px 0 ;
  
}

body {

	background-color: #bada55;
}

.text1 {
  
  width: 50%;
  float: left;
  
  
}

.text2 {
  
  width: 50%;
  float: left;
  
  
}

.wrapper {

  
  width: 90%;
   max-width: 100%;
  max-height: 100%;
  text-align: center;

}

footer {
  
  text-align: center;
  
  
}

footer img { 

 width: 75%;
  margin: 75px 0 0 0;
  max-width: 100%;
  max-height: 100%;


}












