

body {
    background-image: url('bk2');
    background-size: cover; /* Cette ligne assure que l'image couvre toute la page */
    background-position: center center; /* Cette ligne centre l'image sur la page */
    background-attachment: fixed; /* L'image restera fixe lors du défilement */
  }
  
  body { background-color: rgb(53, 64, 49); font-family: 'Lato', sans-serif; color: #fff; }
       
h1 { margin-left: 30px; }

h3 { color: #ffffff; font-variant: small-caps; text-align: center; }

a { color: #fff; text-decoration: none; }
a:hover { color: rgb(100, 99, 99); }
a:visited { color: #fff; }
a:active { color: #000000; }
header { font-family: 'Lato'; font-size: 30px; color: #ffffff; }