.calcFlex{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:15px;
}
.calcInfo{
    text-align:center;
}