body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: grey;
  }
  
  header {
    background-color: #ffffff;
    color: white;
    padding: 1rem;
    text-align: right;
  }
  
  header nav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    
  }
  
  header nav a:hover {
    text-decoration: underline;
    color: #00B8A9;
  }
  
  footer {
    background-color: #fcfcfc;
    color: white;
    text-align: center;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  
  main {
    padding: 2rem;
  }
.conexion {
    color: #00B8A9;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    border-radius: 4px;
    border: 1px solid #E8EBEB;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #E8EBEB;
    background: #FFF;
    display: inline-flex;
    min-height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: flex-start;
  }

  .partenaire{
    color: #FFF;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    border-radius: 4px;
    background: #00CCBC;
    display: inline-flex;
    min-height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: flex-start;
  }

 ul .img {
    width: 100px;
    height: 100px;
    display:flex;
    align-items: center;
    justify-content: space-between;

  }