body {
    background-color: #9377e6;
  }

  p {
    font-size: 20px;
    
  }

  .G1  {
    width:400px;
    height:400px;
    display: block;
    margin: 0px auto;
    margin-top: 100px;
    
  }
  .G2  {
    position: absolute;
    width:200px;
    height: 200px;
    left: 40px; 
    bottom: 40px;
    margin-left: 40px; /* marge a gauche de 40 pixel */
    margin-bottom: 40px; /* marge en dessous de 40 pixel */
    
  }

  .G3  {
    position: absolute;
    width:200px;
    height: 200px;
    right: 40px;
    bottom: 40px;
    margin-right: 40px; /* marge a droite de 40 pixel */
    margin-bottom: 40px; /* marge en dessous de 40 pixel */
  }

  .G4  {
    position: absolute;
    width:200px;
    height: 200px;
    right: 40px;
    top: 40px;
    margin-right: 40px; /* marge a droite de 40 pixel */
    margin-top: 40px; /* marge au dessus de 40 pixel */
  }

  .G5  {
    position: absolute;
    width:200px;
    height: 200px;
    left: 40px;
    top: 40px;
    margin-left: 40px; /* marge a gauche de 40 pixel */
    margin-top: 40px; /* marge au dessus de 40 pixel */
  }

  .G6 {
    position: absolute;
    bottom: 40px;
    left: 725px;
  }
  