body {
	background-color: #89AA80;

}

img {
	width: 30vw;
	border: solid black 10px;
	padding: 40px;
	display: block;
  	width: 50%;
  	height: auto;
  	margin-left: auto;
  	margin-right: auto; 
  }

  h1 {
  	color: ivory;
	font-size: 40px;
	border: 7px;
	margin: 4vw;
	text-align: center;
 }
 h2 {
  	color: ivory;
	font-size: 20px;
	border: 7px;
	margin: 4vw;
	text-align: center;
 }

a {
	font-size: 25px;
	padding: 1vw;
	margin: 2vw;
	text-transform: capitalize;
	color: ivory
	-webkit-transition: color 2s;
	transition: color 2s;
	text-decoration: none;
}

a:link {
	color:black;
}

a:hover {
	color: ivory;
	text-decoration: none;
}

footer {
	font-size: 20px;
	color: ivory;
	text-align: center;
}

.inspirationImg {
	flex-direction: row;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }

  p {
	color: black;
	text-align: center;
	font-size: 35px;
	font-weight: 200;
	font-family: "Times new roman", Times, serif;
  }

  #feedback {
	color: black;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-family: "Times new roman", Times, serif;
  }

  #credits {
	color: black;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-family: "Times new roman", Times, serif;
  }

