#jeu{
    border: 1px solid #222222;
}

body{
    padding-top: 40px;
    width: 320px;
    margin: auto;
    background-image: url("../img/html5.png");
    background-repeat: no-repeat;
    background-position: 98% 98%;
}

#info{
    color: white;
    font-family: Arial, Verdana;
}

#info h2{
    margin-top: 15px;
    padding-left: 20px;
    font-size: 1.3em;
    margin-bottom: 10px;
}

#info p{
    font-size: 0.8em;
    text-align: justify;
    margin-bottom: 10px;
}

#info footer{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 50px;
    display: block;
    position: static;
    font-size: 0.8em;
    font-style: italic;
}

#social{
    text-align: center;
}

#social img{
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
