body {

    background-image: url("https://thelastchance.fr/images/PageAccueil.jpg") 
}

h1#page-title {
    text-align: center;
    font-size: 35px;
    color: #F0E68C;
    margin-bottom: 145px;
}


img#image1 {
    height: 40%;
    width: 40%;
    border: 3px solid black; 
}

img.first-page-img {
    width: 200px;
    height: 200px;
    border-radius: 500px;
    border: 3px solid #FFFACD; 
    padding: 3px; 
    transition: all 0.5s ease;
}

img.first-page-img:hover {
    transform: scale(1.5);
}

figure.pemiere-image {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center; 
}


p#bienvenu {
    margin-bottom: 35px;
    text-align: center;
    font-style: italic;
    font-size:  25px;
    color: #FFFACD;
}

h2.titre-page {
    text-align: center;
    font-size: 28px;
    text-decoration: underline;
    color : #F0E68C;
}

div#image-conteneur {
    margin: 50px 0px; 
    width: 100%;
    display: flex;
    justify-content: space-around;
}

figure.figure-image {
    width: 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

p.image-title {
    margin-bottom: 10px;
    font-weight: bold;
    color: #F0E68C;
    font-size : 130%;
}

hr {
    height: 1px;
    background-color: #FFFACD;
    border: none;
}
