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

body {
    background: url('/ABHISHA2/Images/toil.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: 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;
}

.text-box ul {
    list-style-type: disc; /* Default bullet points */
    margin: 0;
    padding-left: 20px;   /* Indent list items */
}

.text-box ul li {
    font-size: 1rem;      /* Adjust font size */
    margin-bottom: 5px;   /* Space between items */
    color: #333;          /* Text color */
}
