body {
	font-family: "Arial", sans-serif;
}


h1 {
	color: #005386;
	padding-top: 40px;
}



/* CARD */

.card {
	position: relative;
	height: 150px;
	background: #005686;
	background-size: cover;
	color: white;
	margin-bottom: 30px;
	border-radius: 8px;
	text-decoration: none;
}

.card:hover {
	opacity: 0.9;
}

.number-circle {
  display: inline-block;
  width : 32px;
  height: 32px;
  border-radius: 50%;
  background: white;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  color: #00D1FF;
  text-decoration: none;
}

.move {
  position: absolute;
  top: 10px;
  left: 10px;
}


.card__description {
	position: absolute;
	bottom: -10px;
	left: 10px;
}

.card__description h5 {
	font-size: 20px;
	font-weight: bold;
}

.card__description p {
	font-size: 15px;
	font-weight: lighter;
}


.compass {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15%;
}

	