@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-family: Eurostile, San-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: left;
  background-color: #D9D9D9;
}

.jumbotron {
	background-color: #D9D9D9;
	text-color: black;
	font-family: Eurostile, San-serif;
}

.card-img-top  {
	
	border-radius: 5px;
}

.card  {
	background-color: #D9D9D9;
	border-radius: 5px;
}