<style>
    .texto-classe{
        color: gray;
        font-size: 14px;
    }

    .input_index{
        color: black;
        background-color: white;
        font-size: 30px;
        font-weight: bold;
        border: 2px solid #CCC;
        border-radius: 5px;
        height: 62px;
    }

    .input_normal{
        color: black;
        background-color: white;
        font-size: 30px;
        font-weight: normal;
        border: 2px solid #CCC;
        border-radius: 5px;
        height: 62px;
    }

    .linha {
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
    }
</style>
