.totals {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 20px;
    margin: 20px 0px;
}
.nextButton {
    text-align: right;
}
