.formSection{
    border:2px solid black;
    margin-left:50px;
    margin-right:50px;
    margin-top:30px;
    padding:15px;
    gap:5px;
    border-radius:10px;
}
.selectionSection{
    margin-top:10px;
    
}
.buttonSection{
    margin-top:8px;
}
.buttonCenter{
    display:flex;
    justify-content: center;
    align-items: center;
    border:none;
}
.tableSection{
    border:none;
    margin-top:10px;
}
.optionSection{
    padding-left:16px;
}
#title{
    text-align: center;
}
#description{
    text-align: center;
}
