body {
	background: #000000; 
	font-family: Verdana;
	font-size: 1em;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}

#loading {
	font-size: 1.5em;
	color: #555;
	text-align: center;
	margin-top: 50px;
}
#player {
	display: none;
	margin: auto;
	text-align: center;
}

button {
    width: 120px; /* Set a fixed width for buttons */
    padding: 10px;
	margin: 10px;
    font-size: 1.25em;
    font-weight: bold;
    cursor: pointer;
	border-radius: 10px;
}

#controls {
	display: none;
    text-align: center;
    margin-top: 10px;
}

button:focus {
    outline: none;
}