
h1 {
    color: yellowgreen;
	text-align: center;
}
h2 {
    color: black;
    font-weight: lighter;
	text-align: center;
}


.button {
	display: inline-block;
	width: 250px;
	padding: 1px 18px;
	font-size: 1.5em;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: yellowgreen;
	border: none;
	border-radius: 15px;
	box-shadow: 0 9px #999;
	margin-top: 11px;
	}

.button:hover, #rateboard button:hover, .button_raten:hover{background-color: green}

.button3:hover {background-color: #bc1a40}

.button:active{
  background-color: green;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.menu {
  text-align: center;
  margin-bottom: 50px;
}

