.header-parts{
  background-image: url(https://static.igem.wiki/teams/4663/wiki/headers-of-pages/header-low-quality.png);
  position: static;
}

  .page-title {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--palette-yellow) !important;
    background-color: rgba(0,0,0,0.2);
    font-family: "OpenSans", sans-serif;
    text-align: center;
    min-height: 550px;
    font-size: 4em;
  }
  
      
  .cardParts {
    border-radius: 1rem;
    box-shadow: 1px 2px 3px 4px rgba(12,12,12,0.2);
    background-color: #fffffe;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0%;
    margin-right: 0%;
  }
  
  
  .alignementcontenuu {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'OpenSans', sans-serif !important; 
    font-weight: 400;
    color: black;
    text-align: justify;
    text-justify: inter-word;
  }  
  
  .heading-table{
      color: var(--palette-purple);
      font-size: x-large;
      padding-left: 1em;
      
    font-weight: 600;
    font-family: 'OpenSans', sans-serif;
  }
  
  

  td > a {
    color: rgb(171, 107, 24) !important;
    text-decoration: none !important;
  }

  td > a:hover {
    text-decoration: underline !important;
    color: rgb(179, 155, 87) !important;
  }