html{
  background: black;
}

body{
  color: rgb(180,160,0);
}

header {
  text-align: center;
}

#message {
  text-align: center;
  color: rgb(180,160,0) ;
  font-family: Arial, Helvetica, sans-serif;
}

#disciplines {
  text-align: center;
  color: rgb(180,160,0) ;
}

#gallerie{
  text-align: center;
  color: rgb(180,160,0) ;
}

hr{
  border-color: rgb(180,160,0) ;
}

button{
  background: rgb(180,160,0);
  color: rgb(0,0,0)
}

.contact{
  margin-left: auto;
  margin-right: auto;
  border-spacing: 20px;
}

footer{
  text-align: center;
  color: rgb(180,160,0);
  font-family: Arial, Helvetica, sans-serif;
}