.file-info {
            max-width: 600px;
            margin: 20px auto;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 10px;
            background-color: #f9f9f9;
            text-align: left;
        }
        .file-info h2 {
            text-align: center;
            margin-bottom: 20px;
        }
        .file-info p {
            margin: 10px 0;
        }
        .download-form {
            text-align: center;
        }
        .download-button {
            background-color: #4CAF50;
            color: white;
            border: none;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1em;
        }
        .download-button:hover {
            background-color: #45a049;
        }