.body {

	background-color: #F2F2F2;

}

.logo {
	
	margin-top: 150px;
	text-align: center;
	animation-name: animate:;
	animation-duration: 0.8s;	

}
.links {
	text-transform: uppercase;	
	font-style: garamond;
	text-align: center;
	animation-name: animate2;
	animation-duration: 0.8s;
	margin-top: 50px
	
		

}


.button1 {  
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 16px 78px;
  text-align: center;
  font-size: 22px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  box-shadow: 2px 3px 5px grey;

}

.button1:hover {opacity: 0.6}

.button2 {
  background-color: #f4511e;
  border: 1px;
  color: white;
  padding: 16px 110px;
  text-align: center;
  font-size: 23px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  box-shadow: 2px 3px 5px grey;
}

.button2:hover {opacity: 0.6}

.button3 {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 16px 110px;
  text-align: center;
  font-size: 23px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  box-shadow: 2px 3px 5px grey;
}

.button3:hover {opacity: 0.6}
