/* Google Font - Montserrat*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Music&family=Ultra&display=swap');

body {
	background-color: #000a3f;
    font-family: 'Montserrat', san serif;
	gap: 0;
}

.sArea{
	color: white;
	width: 240px;
	height: 1072px;;
	border-radius: 20px;	
}

.sArea {
	text-align: center;
	color: lime;
}

.sName {
	position: relative;
	top: -20px;
	text-align: center;
	color: white;
}

.albumPic {
	position: relative;
	top: -15px;
	text-align: center;
	color: white;
}

.dispSong {
	position: relative;
	top: -25px;
	text-align: center;
	color: cyan;
}

