@font-face {
    font-family: 'preetinormal';
    src: url('preeti.woff2') format('woff2'),
         url('preeti.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Your existing CSS styles */

h1 {
    margin: 0;
    text-align: center;
}

article {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
/* Add spacing between sections and paragraphs */
article p {
    margin: 20px 0;
}
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}

footer a {
    color: #ff6600;
    text-decoration: none;
}
