
/* css/input.css */

input[type="text"] {
            width: 100%;
            box-sizing: border-box;
            padding: 5px;
            text-align: center;
            font-weight: bolder;
            color: blue;
        }

        

        
