body {
  background-color: #CDE6F5;
  font-family: Roboto, sans-serif;
  color: black;
  font-size: 13px;
  line-height: 1.4;
}

h1, h2, h3 {
  color: #59636E;
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

a {
  color: #525257;
}

a:hover {
  color: #8DA7BE;
  text-decoration: none;
}

.card {
  border: 1px solid #8a9aa1;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #8DA7BE;
  padding: 16px;
  margin: 18px;
}

.img-card {
	border: 1px solid #8a9aa1;
  	border-radius: 5px;
 	box-shadow: 2px 2px 2px #8DA7BE;
  	padding: 12px;
 	margin: 18px;
	display: flex;
	justify-content: center;
}

.container {
  width: 500px;
  margin: 18px auto;
}

.list-inline > li {
  display: inline-block;
  padding: 0px 20px;
  list-style: none;
  padding-left: 0px;
}

.image {

