body {
    font-family: Arial, sans-serif; /* Specify the desired font family */
    background-image: url('images/New folder/background.jpg'); /* Replace 'background-image.jpg' with the path to your image */
    background-size: cover; /* Cover the entire background */
    background-position: center; /* Center the background image */
    color: #fdf9f9; /* Text color */
}

header {
    text-align: start;
    padding: 20px 0;
}

main {
    padding: 20px;
}

section {
    margin-bottom: 20px;
}

footer {
    text-align: center;
    padding: 10px 0;
}
