html, body {
  padding: 2em 2em 2em;
}
.thumbnail {
   height: 425px; 
}
.row {
  border-radius: 10px;
	padding-top: 1em;
  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;
}
