body {
	  margin: 0;
	  padding: 0;
	  background: #111;
	  font-family: sans-serif;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 100vh;
	  color: white;
	}
 
	.radioplayer {
	  text-align: center;
	  background: transparent;
	  border-radius: 16px;
	  padding: 20px;
	  width: 90%;
	  max-width: 400px;
	}
 
	.radioplayer img {
	  width: 150px;
	  margin-bottom: 10px;
	}
 
	.title {
	  margin: 15px 0;
	  font-size: 1.1rem;
	  color: #ffa500;
	  min-height: 24px;
	}
