.top-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    object-fit: cover;
    z-index: -3; /* letak belakang semua content */
    opacity: 0.6; 
}

.main-title {
   font-size: 160px;
    margin-top: 150px;
    margin-bottom: 30px;
	text-align: center;
	
}

/* Subtitle */
.content p {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-family: "Georgia", serif; 
	
}

/* Start Button */
.btn {
    padding: 12px 35px;
    font-size: 20px;
    background-color: #ffcc00;
    color: black;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
	margin-left:45%;
    margin-top: 80px;
}

.btn:hover {
    background-color: #e6b800;
    transform: scale(1.05);
	
}
