.music-button-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.music-button-text {
	position: absolute;
	top: 10%;
	left: 10%;
	font-style: italic;
	color: white;
	font-size: 50px;
	pointer-events: none;
}
