body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
}

.background-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://i.postimg.cc/qBwNhwVk/milky-way-comet-anime-girl-alone-stars-night-sky-sunrise-scenery-hd-wallpaper-uhdpaper-com-565-5-e.jpg") no-repeat center center fixed;
  background-size: cover;
  filter: blur(5px);
  z-index: -1;
}

.center-container {
  text-align: center;
  width: 50%;
  background: rgba(255, 255, 255, 0.05);
  padding: 3rem 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  text-shadow: 1px 1px 3px black;
}

.landing-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.realtime-clock {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.button-link {
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transition: background 0.3s ease;
  text-shadow: 0 0 15px #000;
}

.button-link:hover {
  background: rgba(255, 255, 255, 0.4);
}

.prediksi-bg {
    width: 50%;
    display: block;
	margin: auto;
}