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

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

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

.text-box {
    background: rgba(255, 255, 255, 0.7); /* Semi-transparent white */
    padding: 10px;
    margin-top: 5%;
    border-radius: 10px;
    max-width: 800px;
    max-height: 550px; 
    overflow-y: auto; /* Enables scrolling if content exceeds the height */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}

.text-box h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #333;
}

.text-box h3{
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
    text-align: left;
}

.text-box p {
    font-size: 1.2rem;
    color: #555;
}
