/*
  Auteur       : Esther Pham 
  Date        : 19.01.2022
  Description : images de la page girls group 
*/
#background {
  margin: 0px;
  height: 300px;
  background-image: url(../images/blackpink_group_photo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;   
  background-position: unset;
}