header { 
  background-color: #A3E4D7;
  }
body {
  background-color: #A3E4D7;
  
}

h1 {
  color: white;
  text-align: center;
  size: 70px;
}
h2 {
  font-family: 'Inconsolata', monospace;
  color: black;
  text-align: center;
  size: 50px;
}
h3 {
  font-family: 'Lobster', cursive;
  color: black;
  size: 20px;
}
p {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 30px;
}
section {
	background-color: #85C1E9;
}
* {box-sizing: border-box;}
button {
  background-color: #4CAF50; /* Green */
  align: center;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100;
  height: 100;
}
search-container {
  border: none;
  color: white;
  padding: 18px 54px;
  display: inline-block;
  font-size: 16px;
}
