html, body {
  padding: 2em 2em 2em;
}
.thumbnail {
   height: 370px; 
}
.row {
  border-radius: 10px;
	padding-top: 1em;
	padding-left: 30px;
	padding-right: 30px;
  /*padding: 1em 10em;*/
  background-color: aliceblue;
}

img {
  border-radius: 25px;
  padding: 20px 20px 0px 20px;
}
.jumbotron {
  border-radius: 10px;
}
.jumbotron h1 {
  font-family: sans-serif;
}
.btn btn-primary{
  object-position: bottom;
}
