/*
 * Started : 31-JUL-2025
 * Updated : 31-JUL-2025
 */

/*
 * This stylesheet accompanies: Building a static website (part 1) blog post.
 */

body
{
   background-color: white;
   color: black;
   font-size: 100%;
}

h1
{
   font-size: 2rem;
}

h2
{
   font-size: 1.6rem;
}

h3
{
   font-size: 1.4rem;
}
