#center {
	display: grid;
	justify-content: center;
	align-items: center;
}

#message {
	text-align: center;
	width: 250px;
	height: 350px;
	border: black;
	border-radius: 25px;
	background-color: lightslategrey;
}

#message p {
	padding-top: 100px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 20px;
}

#player {
	text-align: center;
	width: 250px;
	height: 350px;
	border: black;
	border-radius: 25px;
	background-color: lightslategrey;
}

#playerdescription {
	font-size: 20px;
	font-weight: bold;
}

#playerbutton {
	height: 250px;
	width: 250px;
	border: none;
	background-size: 50% 50%;
	background-position: center;
}
.play { background: url("play-button.png") no-repeat; }
.pause { background: url("pause-button.png") no-repeat; }

#footer {
	width: 250px;
	height: 50px;
}

#note{
	font-size: 10px;
	text-align: center;
}

#news {
	text-align: left;
}