  .wrapper{
	width: 1200px;
	border: 3px red dotted;
	justify-content: center;
	margin-inline: auto;
	margin-block: auto;
	//border: #eb2c2c dotted 3px;
} 
.wrapper{
	border: 3px red dotted;
	width: 1200px;
}
.nav-bar{
	max-inline-size: 1200px;
	//background-color: color(display-p3 0.849 0.834 0.624);
	margin-inline: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-block-end: 30px;
	
}