body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background: url('/pict/background/storagecosplay.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ads-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.95);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.ads-content {
  text-align: center;
}

.donation-link {
  display: inline-block;
  margin: 10px 20px;
  padding: 12px 24px;
  background-color: #00f7ff;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

.donation-link:hover {
  background-color: #00c3cc;
}

.watch-button {
  margin-top: 30px;
  padding: 12px 28px;
  font-size: 16px;
  background-color: #00ff8b;
  border: none;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}

#video-container {
  position: relative;
  z-index: 1;
  max-width: 90%;
  max-height: 80vh;
}

video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
