body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url('../Sources/images/bg1.png'); /* Add background image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}