body{
background-color: #f8f9fa;
}
.container{
margin-top: 47px;
margin-bottom: -5px;
--bs-gutter-x: 0rem;
max-width: 400px;
}
.row-cols-md-2 > * {
	flex: 0 0 auto;
	width: 100% !important;
}
.card-img {
	height: 220px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px #bdbcbc solid;
}
.card-body h1,.card-body h2,.card-body h3,.card-body h4,.card-body h5 {
	text-shadow: -1px 3px 5px #9c9a9a;
    line-height: 40px;
    font-weight: bold;
    opacity: .85;
}
.card-body h1 {
	font-size: 1.2em;
	margin-bottom: 5px;
	text-align: center;
	margin-top: -5px;
	width: 100%;
	background-color: var(--main-color);
	border-radius: 25px;
	line-height: 30px;
	padding: 10px;
	box-shadow: 0px 0px 10px 2px #000;
    color: #fff;
}
.card-body h2 {
	font-size: 1.5em;
    margin-bottom: 5px;
}
.card-body h3 {
	font-size: 1.2em;
    margin-bottom: 2px;
}
.card-body h4, .card-body h4 {
	font-size: 1em;
    margin-bottom: 2px;
}
.card-body img{
	width: 95% !important;
	max-width: 500px !important;
	display: grid !important;
	margin: 0 auto !important;
	box-shadow: 0px 0px 8px 1px #000 !important;
	border-radius: 5px !important;
}
.list-group-item{
font-size: .9em !important;
}
.stateTitle {
	text-align: center;
	background-color: #5d5959;
	border-radius: 5px;
	color: #fff;
	width: 100%;
	height: 40px;
}
#ref{
cursor: pointer;
}
