 
body {
     margin: 25px;
     background-color: rgb(61, 78, 104);
     color: white;
     font-family: 'Kingthings_Xstitch';
     font-size: 18px;
 }

 p {
    font-family: 'Kingthings_Xstitch';
    font-size: 18px;
 }
 
 /* Applies to all <h1>...</h1> elements. */
 h1 {
     font-size: 48px;
     font-family: 'LEMONCHI';
     font-weight: normal;
     margin-top: 5px;
   }

   a{
     color: hotpink;
   }
   a:link {
    text-decoration: none;
    color:red;
   }
   a:visited {
       text-decoration: none;
       color: white;
   }

   a[href]:after {
       content: " (" attr(href) ")";
   }

   abbr[title]:after {
       content: " (" attr(title) ")";
   }

   /*
    * Don't show links for images, or javascript/internal links
    */

   .ir a:after,
   a[href^="javascript:"]:after,
   a[href^="#"]:after {
       content: "";
   }

   pre,
   blockquote {
       border: 1px solid #999;
       page-break-inside: avoid;
   }

   thead {
       display: table-header-group; /* h5bp.com/t */
   }

  