body {
      font-family: sans-serif;
}
header{
      text-shadow: 4px 4px 3px black;
      color:red;
}
figcaption{
      width: 220px;
      background:silver;
      color:purple;
      border: 3px;
      font-style: italic;
}
h2{
      background:black;
      color: white;
      width:300px;
}
p{
      color: orange;
      font-family:cursive;
}
#bottom{
      font-family: monospace;
      color:fuchsia;
}