header#sidebar {
    position: fixed;
    z-index: 999;

}

p {
  line-height: 1.4;
}



#main {
  outline: none;
  text-decoration: none;
  padding: 0px 1px 0;
}

#main:link {
  color: #fd00c6;
}

#main:visited {
  color: #fd00c6;
}

#main:focus {
  border-bottom: 1px solid;
  background: #21ff2c;
}

#main:hover {
  border-bottom: 1px solid;
  background: #ff8ee6;
  filter:blur(0.8px);
  color: rgb(94, 255, 0);
}

#main:active {
  background: #fd00c6;
  color: #fd00c6;
}



.column2 {
    float: left;
    width: 45%;
    padding: 5px;

}





#krenn:link {
  color:#000;
  text-decoration: none;
}

#krenn:visited {
  color: #000;
}

#krenn:active {
  background: #ffffff;
  color: rgb(255, 0, 0);
}


#krenn:focus {
  background: #21ff2c;
}

#krenn:hover {
  background: #ffffff;
  filter:blur(0.8px);
}






#krenn2:link {
  color:#000;
}

#krenn2:visited {
  color: #000;
}

#krenn2:active {
  background: rgb(43, 255, 0);
  color: rgb(255, 0, 0);
}


#krenn2:focus {
  background: rgb(43, 255, 0);
}

#krenn2:hover {
  background: rgb(43, 255, 0);
  filter:blur(0.8px);
}






.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh; /* Pour centrer verticalement sur toute la hauteur */
  flex-wrap: wrap;
}



img {
  max-width: 100%;
  height: auto;
  width: 300px;
  
}

.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh; /* Pour centrer verticalement sur toute la hauteur */
  flex-wrap: wrap;

}

.container2 img {
  margin: 60px;
}

