body {
  background: url('Assets/Backgrounds/Sakura.gif') no-repeat center center fixed;
  background-size: cover;
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 40px;
}

.vlc-window {
  max-width: 720px;
  margin: auto;
  border: 1px solid #d48cbe;
  border-radius: 18px;
  background: #eaeaea;
  box-shadow: 8px 8px 24px rgba(0,0,0,0.5);
  overflow: hidden;
}

.vlc-titlebar {
  background: linear-gradient(to right, #f871d4, #a25ae0, #263d7d);
  color: white;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px rgb(122, 63, 156);
}

.vlc-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #9653d5;
    color: white;
  padding: 6px 12px;
  font-size: 14px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #999;
}

.vlc-player iframe {
  display: block;
  width: 100%;
  border: none;
}

.vlc-footer {
  background: #f3f3f3;
  padding: 8px 12px;
  font-size: 13px;
  color: #555;
  border-top: 1px solid #ccc;
}