body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
    height: 100vh;
    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;
}

.container {
    position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    padding: 2rem;
	width: 90%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
}

#headline {
    font-size: 2rem;
	text-shadow: 0 0 20px #000000;
	color: #ffffff;
    margin-bottom: 1.5rem;
}

.main-image {
    width: 100%;
    max-width: 540px;
    border-radius: 0px;
    margin: 1rem auto;
	border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.button-group button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
	font-weight: bold;
	text-shadow: 0 0 20px #000000;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transition: background 0.3s ease;
}

.button-group button:hover {
    background: rgba(255, 255, 255, 0.4);
}

.dropdown {
    display: block;
    margin: 1.5rem auto;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
	font-weight: bold;
    border-radius: 12px;
    border: none;
    background-color: rgba(0, 0, 0, 0.50);
    color: white;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    width: 280px;
    text-align: center;
	text-shadow: 0 0 20px #000000;
    appearance: none;
    cursor: pointer;
    transition: background 0.3s ease;
	z-index: 11;
}

.dropdown:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.prediksi-overlay {
  position: relative; 
  margin-top: 2rem;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-family: Arial, sans-serif;
  text-shadow: 1px 1px 2px black;
}

.prediksi-bg {
    width: 100%;
    display: block;
}

.prediksi-title {
    position: absolute;
    top: 65px;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.prediksi-date {
    position: absolute;
    top: 126px;
    width: 100%;
    text-align: center;
    font-size: 1rem;
	font-weight: bold;
	color: black;
}

.row.bbfs div, .row.bb div, .row.twin-panas div, .shio {
    position: absolute;
    font-size: 1.2rem;
    font-weight: bold;
    white-space: nowrap;
}

#bbfs { top: 185px; left: 64px; }
#ai   { top: 185px; left: 195px; }
#cb   { top: 185px; left: 308px; }
#cm   { top: 185px; left: 407px; }

#bb4d { top: 221px; left: 217px; font-size: 1.1rem; }
#bb3d { top: 251px; left: 170px; font-size: 1.1rem; }
#bb2d { top: 283px; left: 150px; font-size: 1.1rem; }

#twin { top: 343px; left: 126px; }
#panas { top: 343px; right: 148px; }

.shio { top: 400px; width: 100%; text-align: center; font-size: 1rem; }

.prediksi-text-output {
  white-space: pre-wrap;
  font-family: monospace;
  font-size: 1rem;
  text-align: left;
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1.5rem;
  color: white;
  text-shadow: 1px 1px 2px black;
}
