<?php get_header(); ?>
<div class="base44-container" style="padding: 60px 24px; max-width: 800px;">
    <?php while (have_posts()) : the_post(); ?>
        <h1 style="font-family: var(--base44-heading-font); margin-bottom: 24px;"><?php the_title(); ?></h1>
        <div class="entry-content"><?php the_content(); ?></div>
    <?php endwhile; ?>
</div>
<?php get_footer(); ?>
body {
background:#0b0b0b;
color:#ffffff;
}

h1,h2,h3,h4,h5,h6{
color:#ffffff;
}

p{
color:#e5e5e5;
}