/* style.css */
body {
 font-family: Arial, sans-serif;
 text-align: center;
}

#numero {
 width: 50px;
 height: 20px;
 font-size: 18px;
}

#invia {
 width: 100px;
 height: 30px;
 font-size: 18px;
 background-color: #4CAF50;
 color: #fff;
 border: none;
 border-radius: 5px;
 cursor: pointer;
}

#invia:hover {
 background-color: #3e8e41;
}
