body {
    background-color: black;
    background-image: url(../img/decoration/noisy_pattern.jpg);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
/********** PAGE **********/

#posterwall{
    position: absolute;
    z-index: -1;
    top: 0px;
    display: flex;
    margin-left: -1%;
    line-height: 0px;
    flex-wrap: wrap;
    width: 110%;
}

#posterwall img{
    height: 26em;
    margin: 0px;
    padding: 0px;
    display: flex;
    margin: -1%;
}

/********** FOOTER **********/
