@charset "utf-8";
/* CSS Document */

body{


	margin-top:5%;
	text-align:center;
}



h1,h2,h3 {
  
  text-align:center;
  font-weight: 500;
  font-size:40px;
  color: #646464;
}

.btn{
	

	background-color: #FF8600; /* Orange */
    border: none;
    color: white;
	width: 175px;
	padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	margin-right: 5%;
	margin-left: 5%;
	margin-top:5%;
	margin-bottom:10%;

		
}


.btn:hover {
  background: #646464;
  color: #ffffff;
  border-color: transparent;
}

