* {
    box-sizing: border-box; /* Ensure padding and border are included in element's total width and height */
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4; /* Light grey background */
    color: #fff; /* Dark text color */
background-image: url("images/bgnew.png");background-repeat:repeat; background-size:250px 250px;
}

header {
    background: #; /* Bootstrap blue */
    color: white;
    padding: 0rem; /* Padding around header */
    text-align: center;
}

main {
    padding: 0rem; /* Padding around main content */
}

footer {
    text-align: center;
    padding: 1rem;
    background: #; /* Dark background for footer */
    color: white;
    position: relative; /* Position relative for proper footer display */
    bottom: 0;
    width: 100%;
}

@media (max-width: 600px) {
    main {
        padding: 1rem; /* Adjust padding on smaller screens */
    }
}
#pageContent {
    max-width: 800px;
    margin: auto;
height: 800px;
    border: none;
    font-size: 17px;
    font-weight: ;
color: White;

}