body {
	font-family: karla , serif;
}

h1 {
	font-weight: bold;
}

.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90vh;

}


.asset {
	width: 320px;
	height: 380px;
	margin-bottom: 40px;
	align-items: center;
	background: transparent url('img/asset.png') 0% 0% no-repeat padding-box;
	opacity: 1;
	justify-content: center;
}


.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color:#FFF;
	margin: 10px;
	padding: 15px 25px;
	text-align: center;
	justify-content: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-family: karla;
	font-weight: bold;
	border-radius: 4px;
	-webkit-transition-duration: 0.4s; /* Safari */
  	transition-duration: 0.4s;

}

.button: hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

 }

.image {
	text-align: center;
}

.description {
	text-align: center;
}

.link {
	text-align: center;
}
