/*
   project1 stylesheet

   Author: Philip Howard
   Last Updated: 2026-03-02
   Filename: styles.css
*/

body {
   line-height: 1;
   width: 960px;
   background: white;
   margin: 0 auto;
   font-family: Verdana, Geneva, sans-serif; 
}

figure img {
   display: block;
   margin: 0 auto;
}

figure {
   display: flex;
   flex-direction: column;
   align-items: center;
}

header {
   background: #5472B2;
   width: 100%;
   color: #FFFFFF;
   font-size: 48px;
   text-align: center;
   line-height: 1.5em;
}

/* main content */
article {
   width: 960px;
   height: auto;
   text-align: left;
   background: lightblue;
   position: relative;
}

article h2 {
   font-weight: bold;
   font-size: 24px;
   padding: 10px;
}


