.calculate-form {
    background-color: black;
    border-radius: 30px;
    margin: 10px;
    color: white;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    width: 70vw;
    height: 60vh
}

.body-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 151px)
}

.tool {
    filter: brightness(0) saturate(100%) invert(100%) contrast(100%);
    width: 250px
}

.submit {
    padding: 8px;
    color: white;
    background-color: black;
    border: 1px solid white;
    font-size: 18px
}

.result {
    margin-top: 10px
}

.calc-img {
    display: flex;
    align-items: center
}