html {
    background-color: transparent;
}

/* #insta, 
#twitter,
#github,
#discord,
#whatsapp,
#youtube {
    display: block;
    height: 50px;
    width: 50px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
} */

#title {
    text-align: center;
    color: aliceblue;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.insta,
.twitter,
.github,
.youtube,
.whatsapp,
.discord,
.telegram,
.drive,
.twitch,
.reddit,
.isoft {
    /* display: block; */
    height: 50px;
    width: auto;
    margin: 10px;
    /* border: 10px solid transparent; */
    text-decoration: none;}

.insta>img:hover,
.twitter>img:hover,
.github>img:hover,
.youtube>img:hover,
.whatsapp>img:hover,
.discord>img:hover,
.telegram>img:hover,
.drive>img:hover,
.twitch>img:hover,
.reddit>img:hover,
.isoft>img:hover {
    box-shadow: 0px 0px 50px rgb(119, 119, 119);
    background-color: rgba(119, 119, 119,0.3);}


.reseau {
    text-align: center;
}