Text to PDF Converter
body {
font-family: 'Inter', sans-serif;
background-color: #f0f4f8; /* Light blue-gray background */
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
...