h1{
    color: blue;
    text-align: center;
    border: 6px dotted  white;
    text-shadow: 12px 35px 0px red;
    font-size: 70px;
}
body{
    background-color: rgb(196, 191, 191);
}
#image{
   height: 200px;
}
#paragraphe{
    width: 200px;
}
p{
    background-color: blue;
    color: white;
    display: inline-block;
    margin: 20px;
    padding: 20px;
}
#btn{
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 50px;
}