.footer__name {
	display: none;
	visibility: hidden;
}

.footer__content {
	margin: auto;
	align-items: center;
}

.footer__creator {
	margin-top: 40px;
}

#audio-buttons-1 {
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 15px;
	gap: 10px;
	max-width: 40%;
}

#progressBar-1 {
	max-width: 200px;
}

.audio-buttons__progressBar-1 {
	max-width: 205px;
}

#audio-buttons-2 {
	max-width: 40%;
	padding-bottom: 10px;
}

.audio-buttons-2__group-1 {
	flex-direction: column;
	gap: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#progressBar-2 {
	max-width: 200px;
	min-width: 190px;
}

.audio-buttons__progressBar-2 {
	max-width: 205px;
}

.audio-buttons-2__group-2 {
	max-width: 155px;
}

#volumeSlider {
	max-width: 100px;
}
