<div class="button">
			<a href="/adventures">adventures dsfsf fdsfsdfsf dsfsdf </a>
		</div>

<div class="button">
			<a href="/adventures">adventures</a>
		</div>

<div class="button">
			<a href="/adventures">Click me</a>
		</div>
.button {
  margin: 10px;
}
.button a {
	text-transform: uppercase;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 500;
  line-height: 1.2;
	color: #ffffff;
	
	box-sizing: border-box;
	padding: 15px;
	background: #ff7340;
	border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  max-width: 195px;
  box-sizing: border-box;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.