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

.subtitles_experiments{
  font-weight: 600;
  
}

.wett > div{
  background: linear-gradient(150deg, #ffffff, #e2d8e4);
  /* width: 8vw !important;  */
  height: auto;
  margin-left: 3vw !important;
  margin-right: 3vw !important;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  flex-grow: 1;
  flex-basis: 15%;
  border-radius: 1em;
  padding-top: 5px;
  box-shadow: 1px 2px 3px 4px rgba(12,12,12,0.2);
  justify-content: center;
 
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;}


  .wetlab-click{
  /* background-color: rgb(237, 227, 153); */
  border-radius: .3rem;
  background: linear-gradient(270deg, #dcb234, #e08c43);
  color: rgb(127, 26, 26);
  font-weight: 500;
  font-family: 'Kanit', sans-serif;
  padding: 0.5vw;
  margin-bottom: 1vw;
  top: -1vw;
  position: relative;
  
  }
  .wetlab-click:hover{
    color: rgb(155, 37, 77);
    transform: scale(1.1);
    cursor: pointer;
  }
  
  .wetlab-description{
  /* background-color: rgb(245, 176, 198); */
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 0.1vw;
  font-weight: 500;
  font-size: 1.05vw !important;
  
  }


  .titlesWet {
    display: flex;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    justify-content: center;
    align-items: center;
    font-size: 3.4vw;
    font-stretch: expanded;
    color: black;
    margin-bottom: 2vw;
    margin-top: 1.5vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    text-align: center !important;
    /* border-bottom: var(--palette-purple) 5px solid; */
    background: linear-gradient(45deg, #83cdd7,#ebf0f1, #b0b264);
    /* background: linear-gradient(45deg, #83cdd7, #b0b264); */
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}