body {
	margin: 0;
	font-family: Arial, sans-serif;
	color: white;
	background-color: #121212; /* Dark background */
}

header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
}

.title {
	margin: 0;
	font-size: 24px;
}

.container {
	text-align: center;
	margin-top: 100px;
}

.photo img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
}

.contact-info a {
	color: #1db954; /* Spotify green for links */
	text-decoration: none;
}

.music-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}
