
      
    
      
    
    body{
   background-image: url(../image/ancre.png);
   background-size: 100px 100px ;
   
    }
    body {
      font-family: Arial, sans-serif;
      color: #333333;
      background-color:#ffffff;
      margin: 0;
      padding: 0;
    }
    
    
    header {
      color: white;
      padding: 20px;
      text-align: center;
    }
    
    
    .button {
      display: inline-block;
      padding: 15px 25px;
      font-size: 24px;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      color: #fff;
      background-color: #50c878;
      border: none;
      border-radius: 15px;
      box-shadow: 0 9px #317e4a;
      

    }
    
    .button:active {
      box-shadow: 0 5px #666;
      transform: translateY(4px);
    }
    
    p{
      font-family: Arial, Helvetica, sans-serif;
      background-color: rgb(255, 255, 255);
      font-size: 20px;
      margin: 10W;
      font-size: 20px;
    
      

     
    }

    pre {
      background-color: #ffffff;
      padding: 10px;
      border-radius: 5px;
      overflow-x: auto;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 30px;
    }
   
      

      h1 {
        font-family: Arial, Helvetica, sans-serif;
        background-color: #ffffff;
        color: #50c878;
     
        
      }

      h2 {
        font-family: Arial, Helvetica, sans-serif;
        background-color: #ffffff;
        color: #50c878;
      }
    .img {
      border-radius: 18px;
      width: 1000px;

    }
    .cards {
      text-align: center;
      

    }
    .max{
      text-align: center;
      margin: auto;
    }
<<<<<<< HEAD
    .link{
      text-align: center;
      font-size: 25px;
      color: #50c878;
    }
     
=======
     
    a:link {
      color: #50c878;
      background-color: transparent;
      text-decoration: none;
      
    }
    hr{
      width: auto;
      
>>>>>>> 8f9d6c07836590d9602e44b93ee6884e24657d2d
    }