body {
	background-color: #f4f4f4;
	color: #555;
	font-family: Arial;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0;
	text-align: center;
}

.button {
	border: none;
  	color: white;
  	padding: 15px 32px;
  	text-decoration: uderline;
  	font-size: 20px;
  	margin: 4px 2px;
  	cursor: pointer;

}

.button2 {
	background-color: orange;
	width: 90%;
}
.button3 {
	background-color: #52B2BF;
	width: 90%;
}
.button1 {
	background-color: #7A1712;
	width: 25%;
	margin-left: auto;
	margin-right: 7%;
	margin-bottom: auto;
	margin-top: auto;

}
.button4 {
	background-color: #7A1712;
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	margin-top: auto;


}
.button5 {
	background-color: #7A1712;
	width: 25%;
	margin-right: auto;
	margin-left: 7%;
	margin-bottom: auto;
	margin-top: auto;


}

.sidebyside {
	margin-bottom: 20px;
	display: inline-block;
}

.righty {
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.img {
	margin-left: 37%;	
}
