:root {
    --cover-text-color: #151f2d!important;
    --highlight: #A4AECB!important;
    --sticky-menu-text-color: #000000!important;
  }

.post {
    max-width: 1000px;
}

#participating-labs {
    max-width:none;
}


/* ORGANIZERS */
/* Three columns side by side */
.column {
    float: left;
    width: 30%;
    margin-bottom: 16px;
    padding: 16px 8px;
  }
  
  /* Display the columns below each other instead of side by side on small screens */
  @media screen and (max-width: 1000px) {
    .column {
      width: 80%;
      display: block;
      padding: 0 20px;
    }
  }
  
  /* Add some shadows to create a card effect */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #000000;
  }
  
  /* Some left and right padding inside the container */
  .container {
    padding: 16px 16px;
  }
  
  /* Clear floats */
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
