a.amz-button {
  background: #072b50 !important;
margin: 0 auto;
	width: 250px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  text-align: center;
}

a.amz-button:hover {
  text-decoration: none;
  color: #072b50 !important;
  background: #ffd2b8 !important;
}