body {
    width:100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 20px;
    text-align: center;
    background-image: url("Images/IMG_1382.PNG")
}
img {
    border: solid 20px blue;
    box-shadow: 0 0 5px 5px green;
    width: 400px;
}
#Youtube {
    background-color: turquoise;
    border: none;
    border-radius: 100px;
    color: black;
    display: inline-block;
    font-weight: 500;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: unset;
}
#Chibre {
    background-color: red;
    border: none;
    color: white;
    font-family: monospace;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}
li {
    display: inline;
    margin: 0 5px
}
a.social {
    color: greenyellow;
    font-weight: 600;
    text-decoration: none;
}
h1 {
    color: magenta;
    font-family: fantasy;
}

a.Encours {
    color: #efefef;
    text-decoration: none;
    text-align: center;
}
p {
    color: yellow;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
figure {
    margin: 0;
}
b {
    color:orangered;
    font-weight: bold;
    font-family: sans-serif;
}