body{
    background-color: chocolate;
}
#titre_1{
display: inline-flex;
text-shadow: 1px 2px 3px white;
font-size: 50px;
}
#image{
    height: 100px;
}
.les_paragraphes{
    border: 4px dashed black;
    display:  inline-block;
    margin: 20px;
    font-size: 50px;
    width: 25%;
}
a{
    margin-right: 45px;
    font-size: 50px;
    
}
#un_menu{
    display: inline-flex;
}
#titre_2{
    position: absolute;
    bottom: 50px;
    background-color: white;
    font-size: 50px;
}