.main{
    margin-top: 2vh;
}
h1{
    text-align: center;
    color: white;
    padding-top: 2vh;
}
.title{
    background-color: #3454e4;
    color: white;
    padding-bottom: 1vh;
}
.choose{
    text-align: center;
    margin: auto;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}
.choose option{
    color: black;
    text-align: center;
    padding: 10px;
}
.infos{
    text-align: left;
    padding: 20px;
    box-shadow:0  0  10px rgba(0, 0, 0, 0.5);
    padding-bottom: 5vh;
    margin-bottom: 5vh;
}
.infos li{
    list-style: disc;
}
.pinf{
    padding-right: 20px;
}
.work{
    text-align: center;
    margin-top: -1vh;
}
table {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  tbody {
    display: flex;
    width: 100%;
    position: relative;
    align-items: stretch;
    
  }
  tr {
    flex-basis: 33.33333333%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
   
  }
  td{
    width: 200px;
  }  
  th, td {
    flex-basis: 100%;
    text-align: center;

    
  }
  th {
    font-weight: bold;
  }