/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #E6D9FA;
  color: #3B383F;
  font-family: Verdana;
  text-align: center;
 
  
}
div.center{
   border: 2px solid black;
  outline: #C4C9F5 double 10px;
  margin: auto;  
  padding: 20px;
 width: 80%;
  
}

footer{
   border: 2px solid black;

  margin: auto;  
  padding: 20px;
 width: 80%;
  
}
em{
  color: #300D65;
  
}

img{
    width:340px;
    height: auto;
  
}