


.bidesar,
.sidebar {
	
	border: 5px solid ;
	background-color: #2c2e19;
	border-radius: 10px;
	color: #7e7575;
	padding: 15px;
	margin: .5rem;
}



.wrapper {
	
	height:100%;
	background-color: #595c37;
	
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;

}


.sidebar {
	top:0%;
	height:fit-content;
	position: -webkit-sticky;
  	position: sticky;

}
.sidebar img {
	max-width:100%;
	max-height:80vh;
	
}

.bidesar {
	flex:auto;
	width:250px;
  	height: min-content;
 	min-height: max-content;
		
}

