body {
  background-image: url('https://imagedelivery.net/RpGVfkIzg3nW2PEtnhgtSg/bd6266e4-2974-4686-2645-8a1c4a9cce00/public');
  background-repeat: repeat;
  margin-top: -80px;
}

.logo-img {
  transform: scale(0.5);
  transform-origin: center;
  margin-bottom: -150px; /* Adjust if needed */
}

.content-box, .live-event-box {
  min-width: 300px;
  background-color: white;
  padding: 20px;
  margin-bottom: 10px; /* Adjusted spacing */
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap; /* Prevent text from wrapping */
}

.event-item a, .link-box a, .now-playing a, .live-event-box a {
  color: black;
  font-weight: bold;
  text-decoration: underline dotted;
}

.link-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; /* Provides spacing between items */
}

.link-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  color: black; /* Sets text color */
  font-weight: bold; /* Makes text bold */
  text-decoration: none; /* Removes underline */
}

.link-box a:hover {
  text-decoration: underline dotted; /* Adds dotted underline on hover */
}

.link-box img, .now-playing img {
  margin-bottom: 4px; /* Space between icon and text */
}

.live-indicator {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  margin: 0 5px; /* Space around the live indicator */
}

.date-time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.timezones {
  color: #6c757d;
  font-size: 0.8rem;
}

.live-event-box a {
  font-size: 1.50rem; /* Increases the font size */
  white-space: nowrap; /* Prevent text wrapping */
}
