h1 {
	position: relative;
	padding: 0 20px;
	width: fit-content;
	background-color: var(--djBlackA60);
}

.secImprint {
	position: relative;
	width: 80%;
	max-width: var(--maxWidth);
	margin: 20px auto;
	padding: 20px;
	background-color: var(--djBlackA60);
}

.artImprint {
	margin-top: 50px;
}

.divControls {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 10px auto;
}

.btnShow {
	display: inline-block;
	width: fit-content;
	margin: 20px;
	padding: 5px 30px;
}

#contactProtected {
	margin: 40px auto;
	padding-top: 10px;
}

.contactDetails {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.pChat {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

.contactDetails picture, .contactDetails img {
  width: 30px;
}

.secTitle {
	font-size: 1.25rem;
	font-weight: bold;
}

.secText {
	margin: 20px auto;
	line-height: 1.5rem;
}