    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #f0f0f0;
    }

    #user{
      margin-top: 125px;
    }

    #lblSolde{
      margin-top: 125px;
    }

    h1, h2 {
      text-align: center;
    }
    .container {
      display: flex;
      width: 90%;
      height: 90%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      border-radius: 5px;
      overflow: hidden;
    }

    .left-section {
      flex: 1;
      max-width: 300px;
      background-color: #007bff;
      color: #fff;
      padding: 20px;
    }

    .right-section {
      flex: 2;
      padding: 20px;
      text-align: center;

    }

    .form-group {
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .form-group label {
      display: block;
      margin-bottom: 5px;
    }

    .form-group input {
      width: 100%;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 3px;
      box-sizing: border-box;
    }

    .form-group input[type="button"] {
      background-color: #6ab8cc;
      color: #fff;
      border: none;
      cursor: pointer;
    }

    .right-section input[type="button"] {
      width: 100%;
      padding: 8px;
      border-radius: 3px;
      box-sizing: border-box;
    }

    .right-section th,
    td {
      padding: 8px;
      text-align: center;
    }

    .right-section th {
      background-color: #f2f2f2;
    }

    .tableauMatch {
      border: 1px solid #000;
      border-collapse: collapse;
      width: 100%;
      text-align: center;
      margin: 15px;
    }

    #rangFIFA {
      width: 100px;
    }

    .colonneMoyenne {
      width: 70%;
      padding-right: 50px;
    }

    .mise {
      width: 100px;
    }

  