.calculator_wasm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

iframe {
    height: 700px;
    width: 1200px;
}