/*
Assignment Name: Lab Exercise Chapter 4
File Name: index.html
Date: 01/30/2020
Programmer: Fredy Chavez
*/
body { background-color: #ffe1b5;}

figure { width: 200px; 
          border: 1px solid #000000; 
          padding: 5px;
          font-family: Verdana, sans-serif;
          text-align: center; }
