@charset "utf-8";
 
.foot {
	
	 font-family: "Madimi One", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 23px;
	color: white;
	
	gap: 25px;
	justify-content: center;
	align-items: center;
	background-color: dimgray;
	padding: 25px;
	
}

.coool {
	
	color: black;
}

.titleabout {
	
	margin-bottom: 30px;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-weight: 400;
  font-style: normal;
	font-size: 23px;
	
	
	
}

.titleabout {
	
	margin-bottom: 30px;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	font-weight: 900;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  
  font-style: normal;
	font-size: 50px;
	background-image: url("../images/bedeutung fitness.jpg");
	height: 50vh;
	color: white;
	align-items: center;
		
	
	
	
}

.centercontent {
	
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 25px;
	
}

.parag {
	
	width: 500px;
}