body {
    text-align: center;
    background-image: url('lilies.jpg');
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    position: relative;
}

h1 {
    color: white;
    font-size: 2.5em;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5); /* Adds a dark overlay */
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}
