html{
    background-color: rgba(26, 26, 24, 1);
    font-size: 18px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    min-height: 100%;
}
ul{
    margin: 0;
    padding: 0;
    text-align: center;
}
li{
    list-style: none;
}
li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
body{
    height: 100vh;
}
#wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    gap: 20px;
    column-gap: 40px;
    row-gap: 100px;
    box-sizing: border-box;
    padding: 2% 0;
    text-align: center;
    background-image: url('../images/denny001_visu.jpg'); 
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    letter-spacing: 10px;
}
.img-container{
    height: 100%;
    width: auto;
}
#footer ul{
    display: flex;
    flex-direction: row;
    gap: 200px;
}
#footer li{
    display: inline-block;
}