body {
    margin:0;
    padding:0;
    color:lightgray;
    background-color: #1a1a1e;
}

#burger {
    width:70px;
    height:70px;
    display:inline-block;
    position:relative;
    padding: 1em;
}

#img-quiz {
    width: 250px;
    height: auto;
}

#titre {
    background-color: cornflowerblue;
    color:black;
    text-decoration: underline;
}

h3 {
    text-decoration: underline;
}
