body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.radio-player-container {
  max-width: 100%;
  width: 500px; /* Set a maximum width */
  margin: 20px auto;
  text-align: center;
}

.radio-info {
  margin-bottom: 20px;
}

.radio-logo {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.flag {
  width: 30px;
  height: 20px;
  margin: 5px;
  cursor: pointer;
}

.now-playing-info,
.radio-country,
.genres {
  font-weight: bold;
}

.flags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.fb-comments {
  margin: 20px auto;
  max-width: 100%; /* Set a maximum width for the comments section */
}

/* New Styles for the Footer */

.site-footer {
  text-align: center;
  padding: 20px;
  background-color: #f0f0f0;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-link {
  margin: 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.footer-text {
  font-size: 14px;
  color: #666;
}

