body {
    color: yellowgreen;
    /* yellowgreen, rgb(142, 89, 158), rosybrown, olive, palegreen,  */
    background-color: black;
    
}

h1 {
    color: green;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

#image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    
}



.espace {
 height : 15px;
}

a {
    color: white;
    /*text-decoration: underline;*/
    font-weight: bold;
}

h3 {
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    color : rgb(142, 89, 158) ;
}
.box {
    background-image: url(title_img.png);
    width: 450px;
    margin: auto;
    border: 3px solid #73AD21;
    background-size: cover;
   
}