body {

    padding: 0;
    background: white;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    font-family: 'Times New Roman', Times, serif, sans-serif;
  
  }
  
  
  p {
    color: #000000;
    font-size: 14px
  }
  
  
  a {
    font-size: 14px;
    color: #31a499;
  }
  
  h1 {
    color: #000000;
    font-size: 27px
  }
  
  
  h2 {
    color: #31a499;
  }
  
  h3 {
    font-size: 20px;
    color: #000000;
  }
  
  h4 {
    color: #7678c4;
    font-size: 17px; 
    margin: 0;
    padding: 0;
  }
  
  h5 {
    color: #ff8ea3;
  }

  h6 {
    color: #be0000;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal; /* facultatif, pour un rendu plus léger */
  }
  
  
  .main {
    width: 1500px;
    height: 1500px;
    margin: 0px auto;
    background: url('dossier-images/digitalgarden.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }


  .img-nid-enfants {
    position: absolute;
    width: 200px;
    height: 150px;
    top: 200px;
    left: 770px;
  }


  .img-horses {
    position: absolute;
    width: 150px;
    height: auto;
    top: 20px;
    left: 500px;
  }

  .img-stars {
    position: absolute;
    width: 100px;
    height: auto;
    top: 300px;
    left: 130px;
  }

  .img-galaxy {
    position: absolute;
    width: 100px;
    height: auto;
    top: 170px;
    left: 1020px;
  }

  .img-chat {
    position: absolute;
    width: 70px;
    height: auto;
    top: 250px;
    left: 160px;
  }

  .texte1 {
    position: absolute;
    width: 400px;
    height: 50px;
    top: 0px;
    left: 680px;
  }

  .texte2 {
    position: absolute;
    width: 500px;
    height: 100px;
    top: 40px;
    left: 800px;
  }

  .img-herbes {
    position: fixed;
    width: 1500px;
    height: auto;
    top: 200px;
    left: 0px;
  }