.calcResult {
    width: 190px;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 30px;
    background: white;
    color: black;
    border-radius: 15px;
    border: 2px solid #000000;
}

#calcResult {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #00C4F4;
}
