body{
    background-color: rgba(26, 26, 26, 0.871);
}

p{
    color: white;
    text-align: center;
    font-family: "Arial", sans-serif;
}

nav
{
    display: flex;
    margin: 0px;
    border-color: wheat;
    border-bottom: 2px solid wheat;
    padding: 10px;
    
}

nav > div > img
{
    width: 100px;
    height: 100px;
    justify-content: left;
    border-radius: 15px;
    align-self: center;
}

nav > div > p.name
{
    color: wheat;
    font-size: 30px;
    justify-content: center;
    align-self: center;
    margin: 1px;
    margin-left: 10px;
    font-family: "Impact", sans-serif;
}

nav > div.name
{
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr ;
    margin-left: 20px;
    border: 2px solid wheat;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 2px
}
nav > div > p.secret
{
    color: wheat;
    font-size: 20px;
    text-align: center;
    margin: 1px;
    font-family: "Impact", sans-serif;
}

nav > #reseaux
{
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    align-items: center;
    border: 2px solid wheat;
    padding: 10px;
    border-radius: 10px;
    display: flex;
}

nav > #reseaux > div
{
    
    cursor: pointer;
    border-radius: 15px;
}

nav > #reseaux > div > p
{
    font-family: Impact, sans-serif;
    margin: 0px;
    margin-top: 10px;
}


div#SomethingHereDiv
{
    margin-left: auto;
    margin-right: 20px;
    
    justify-content: flex-end;
    color: wheat;
    align-self: center;
    font-family: "Impact", sans-serif;
    border: 2px solid wheat;
    padding: 40px;
    border-radius: 10px;
    cursor: help;
}

div.clickable:hover
{
    background-color: rgba(131, 131, 131, 0.871);
}

footer
{
    margin-top: 300px;
    padding: 10px;
    color: wheat;
    text-align: center;
    font-family: "Arial", sans-serif;
}