

.header {
  padding: 200px;
  text-align: center;
  color: white;
  font-size: 30px;
  background-image: url("images/bio-image.jpg");
  background-size:  300px;
  background-repeat: no-repeat;
  border-radius:;
  
}

body {
	background-color: gainsboro;
}

h1, h2 {
	    font-family: 'Merriweather', serif;

}

p, ul {
	        font-family: 'Merriweather', serif;
}