html, body {
    height: 100%;
    margin: 0;
    font-family: 'Ysabeau SC', sans-serif;
}

body {
    background: url('/ABHISHA2/Images/bg1.jpg') no-repeat center center fixed;
    background-size: cover;
    overflow: hidden; /* Prevent scrolling */
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 75px;
}

.text-box {
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    
    text-align: center;
}

/* Heading style */
.text-box h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

/* Paragraph style */
.text-box p {
    font-size: 1.3rem;
    color: #555;
}
