body {
  background: #0b0b0b;
  color: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
}

.site-header {
  padding: 20px 0;
}

.logo img {
  max-width: 180px;
}

.channel-title {
  margin-bottom: 15px;
  font-size: 26px;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.refresh-btn {
  margin: 15px 0;
}

.description {
  font-size: 14px;
  color: #ccc;
}

.sidebar-box {
  background: #111;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.center {
  text-align: center;
}

.discord-link {
  font-size: 20px;
  color: #ff4d4d;
  text-decoration: none;
}

.discord-link:hover {
  text-decoration: underline;
}

.site-footer {
  background: #000;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}

.site-footer a {
  color: #aaa;
  margin: 0 5px;
}
