#form{
    margin:auto;
    display:flex;
    flex-direction:column;
    align-items: center;
}
.sections{
    display:flex;
    flex-direction: row;
    margin:10px;
    height: 25px;
}
.text{
    display: flex;
    align-items: center;
    padding-right:10px;
}
#amountOfChange{
    padding-right:35px;
}
