html{
    background-color: #333;
    list-style-type: none;
    line-height: 100px;
    letter-spacing: 5px;
    word-spacing: 20px;
}
.icon{
    height: 40px;
    width: 40px;
}
.icond{
    height: 50px;
    width: 75px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    color: #fff;
    
}
.navbar a{
    color: whitesmoke;
    list-style-type: none;
    font-size: xx-large;
}
.navbar{
    top: 0;
    position: fixed;
    background-color: black;
    text-align: center;
    width: 100%;
}
li{
    list-style-type: none;
    display: inline-block;
    width: 20%;
}
.commun{
    padding: 20px;
    margin: 1px;
}
#presentation{
    background-color: #361d32;
}
#presentation a{
    color: black;
}
#hobbie{
    background-color: #543c52;
    color: black;
}
#hobbie a{
    color: black;
}
#ecole{
    background-color: #f55951;
    color: black;
}
#ecole a{
    color: black;
}
#mc{
    background-image: url(./mc.png);
    color: black;
}
#mc a{
    color: black;
}
.commun p {
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 30px;
    margin: 10px;
}