/*Ashley Agacinski - ITWP 1050 - Grimm's Fairy Tales: The story of Little Red Cap*/ 
/*syles for the body*/
body {
    margin: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: center;
}
/*styles for all of the text*/
* {
    color: #DC143C;
  }
  /*footer style*/
footer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /*setting image boarder*/
  img {
    border: 15px solid #A9A9A9; 
    border-radius: 30px;
  }
/*after element*/
.ahref::after {
    content: "(external)";
    color: black;
}