main {
    background-image: url(../Images/fondPaysage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#welcome {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 1.25rem;
    margin: 80px auto;
}

#welcome h1 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
