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