/*
File:HWK5.css
Author:Sherrie Dolan
Date Created: 01 Oct 2016
Date Modified: 02 Oct 2016
*/

html{
  background-color:#bed3d0
}
body{
  text-align:center;
}

.pictures{
  border-top: 6px solid #323535;
  border-right: 6px solid #eff1ff;
  border-bottom:  6px solid #eff1ff;
  border-left:  6px solid #323535;
  font-size:20pt;
  text-align: center;
  width: 800px;
  height: 600px;
  margin: auto;
}

.pictures img{
  padding: 1em 1em 1em 1em;
}
header{
  color: #323535;
  margin: 0;
  padding: 0;
  font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
  font-size: 48pt;
}
h2{
  text-align:center;
  margin:0;
  padding:0;
}
