.button {
	border: none;

	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Open Sans, Arial, Sans Serif;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	font-weight: bold;

}

.button1 {
	border-radius: 5px;
	background-color: #008041;
	color: white;
	width: 290px;
	height: 90px;
    	}
.button2 {
	border-radius: 5px;
	background-color: #68287a;
    color: white;
    width: 290px;
	height: 90px;
	}
.button3 {
	border-radius: 5px;
	background-color: #8ac541;
   	color: black;
    width: 290px;
	height: 90px;
	}
.button4 {
	border-radius: 5px;
	background-color: #68287a;
   	color: white;
    width: 150px;
	height: 50px;
	}