html, body {
  height: 100%;
}

body {
  background: linear-gradient(135deg, #3b0a75, #f84a9b, #ffcc00) !important;
}


body {
  margin: 0;
  padding: 0;
  font-family: 'Arial Black', sans-serif;
  background: linear-gradient(135deg, #3b0a75, #f84a9b, #ffcc00);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

#countdown {
  background: rgba(0, 0, 0, 0.75);
  padding: 20px 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid hotpink;
  border-radius: 15px;
  font-size: 1.8rem;
  color: #ffd700;
}

span.label {
  color: #fff;
  font-weight: normal;
}

#local-time-info {
  font-size: 1rem;
  color: #ddd;
  font-style: italic;
  margin-top: 20px;
}

#mv_privacy_settings {
  display: none !important;
}

.gtaup-header {
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.gtaup-logo {
  height: 40px;
  max-width: 200px;
}

.footer-inline a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.85rem;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.footer-inline a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  html, body {
    overflow: hidden;
    height: 100vh;
  }
}

@media (max-width: 768px) {
  .countdown-title {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 0 20px;
  }
}

.countdown-article-link {
  display: block;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px 40px;
margin-left: 15px; 
margin-right: 15px;
  border: 2px solid hotpink;
  border-radius: 15px;
  font-size: 1.1rem;
  color: #ffd700;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.countdown-article-link:hover {
  background-color: hotpink;
  color: black;
  border-color: #fff;
}

