.image{
    height: 100px;
}
body{
    background-color: chocolate;
}
.titre{
    display: inline;
    text-shadow: 2px 2px 4px white;
    font-size: 50px;
}
.lien{
    font-size: 40px;
    color: white;
}
.paragraphe{
    margin: 20px;
    padding: 10px;
    border: 6px dotted black;
    display: inline-block;
}
h6{
    font-size: 45px;
    background-color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
}