section{
    background-image: url(https://static.igem.wiki/teams/4624/wiki/green.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
  }
  
  h5{
    font-family: 'Monserat', sans-serif;
    font-size: 2.5cm;
    padding-top: 4cm;
    color: white;
    justify-content: center;
    text-align: center;
    font-weight: 900;
  }

.content-attributions-top {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #343434;
    text-align: justify;
    margin: 20px; /* Adjust the margins as needed */
    padding: 20px; /* Add padding inside the container as needed */
    background-color: transparent; /* Optional: Set a background color */
    max-width: 1300px; /* Set the maximum width of the container */
    margin-left: auto; /* Center the container horizontally */
    margin-right: auto; /* Center the container horizontally */
}

.title-attributions-overview {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    color: #7c8d1d;
    text-align: center;
    font-weight: bold;
    margin-left: auto; /* Center the container horizontally */
    margin-right: auto; /* Center the container horizontally */
}
