@import url('background.css');

.mybodyform{
overflow: hidden;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;  /* Centre verticalement */
align-items: center;
}
.headers-container{
  width:100%;

}
.headers-button {
  background-color: rgb(60, 70, 78);
  border-radius: 6px;
  border: 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  height: 40px;
  text-align: center;
  width: 10%;
  margin: 5px 5px ;
}
.wrapper-h{
display:flex;
justify-content: center;
width: 100%;
}
.wrapper-v{
display:flex;
flex-direction: column;
}